Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
int32_t CodedInputData::readInt32() {
75
return this->readRawVarint32();
76
}
77
78
uint32_t CodedInputData::readUInt32() {
79
return static_cast<uint32_t>(readRawVarint32());
Callers
6
getInt32
Method · 0.45
getValueSize
Method · 0.45
writeValueToBuffer
Method · 0.45
MiniPBCoder_OSX.cpp
File · 0.45
decodeOneVector
Method · 0.45
decodeOneMap
Method · 0.45
Calls
1
readRawVarint32
Method · 0.95
Tested by
no test coverage detected