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

Method writeEncodedUint32

src/codec/utils/EncodeStream.h:172–174  ·  view source on GitHub ↗

* Writes a encoded unsigned 32-bit integer to the byte stream. */

Source from the content-addressed store, hash-verified

170 * Writes a encoded unsigned 32-bit integer to the byte stream.
171 */
172 void writeEncodedUint32(uint32_t value) {
173 writeEncodedUint64(value);
174 }
175
176 /**
177 * Writes a encoded signed 64-bit integer to the byte stream.

Callers 15

writeValueMethod · 0.80
writeValueMethod · 0.80
WriteFontDataFunction · 0.80
WriteRatioFunction · 0.80
WriteIDFunction · 0.80
WriteLayerIDFunction · 0.80
WriteMaskIDFunction · 0.80
WriteCompositionIDFunction · 0.80
WritePathFunction · 0.80
WriteGradientColorFunction · 0.80
WriteKeyframesFunction · 0.80
WriteVideoCompositionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected