MCPcopy Create free account
hub / github.com/Tencent/libpag / readBitBoolean

Method readBitBoolean

src/codec/utils/DecodeStream.h:229–231  ·  view source on GitHub ↗

* Reads a Boolean value from the byte stream. A 1-bit integer is read, and true is returned if * the integer is nonzero, false otherwise. */

Source from the content-addressed store, hash-verified

227 * the integer is nonzero, false otherwise.
228 */
229 bool readBitBoolean() {
230 return readUBits(1) != 0;
231 }
232
233 mutable StreamContext* context;
234

Callers 6

ReadAttributeFlagFunction · 0.45
readValueListMethod · 0.45
ReadSpatialEaseFunction · 0.45
ReadMarkerListFunction · 0.45
ReadVideoSequenceFunction · 0.45
ReadBitmapSequenceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected