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

Method writeUInt64

Core/CodedOutputData.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CodedOutputData::writeUInt64(uint64_t value) {
57 writeRawVarint64(static_cast<int64_t>(value));
58}
59
60void CodedOutputData::writeInt32(int32_t value) {
61 if (value >= 0) {

Callers 2

setMethod · 0.80
writeRootObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected