Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ curWritePointer
Method
curWritePointer
Core/CodedOutputData.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
uint8_t *CodedOutputData::curWritePointer() {
41
return m_ptr + m_position;
42
}
43
44
void CodedOutputData::writeDouble(double value) {
45
this->writeRawLittleEndian64(Float64ToInt64(value));
Callers
3
memmoveDictionary
Function · 0.80
fullWriteBackWholeData
Function · 0.80
testAESToMMBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected