MCPcopy Create free account
hub / github.com/Tencent/MMKV / readInt32

Method readInt32

Core/CodedInputData.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74int32_t CodedInputData::readInt32() {
75 return this->readRawVarint32();
76}
77
78uint32_t CodedInputData::readUInt32() {
79 return static_cast<uint32_t>(readRawVarint32());

Callers 6

getInt32Method · 0.45
getValueSizeMethod · 0.45
writeValueToBufferMethod · 0.45
decodeOneVectorMethod · 0.45
decodeOneMapMethod · 0.45

Calls 1

readRawVarint32Method · 0.95

Tested by

no test coverage detected