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

Method readBoolean

src/codec/utils/DecodeStream.cpp:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool DecodeStream::readBoolean() {
36 if (!checkEndOfFile(1)) {
37 auto value = dataView.getBoolean(_position);
38 positionChanged(1);
39 return value;
40 }
41 return false;
42}
43
44int8_t DecodeStream::readInt8() {
45 if (!checkEndOfFile(1)) {

Callers 4

readValueMethod · 0.45
ReadBooleanFunction · 0.45
ReadVideoCompositionFunction · 0.45
ReadTimeStretchModeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected