MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / SetUInt64Value

Function SetUInt64Value

libapp2sys/prebuilt/include/google/protobuf/map.h:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 val_.int64_value_ = value;
127 }
128 void SetUInt64Value(uint64 value) {
129 SetType(FieldDescriptor::CPPTYPE_UINT64);
130 val_.uint64_value_ = value;
131 }
132 void SetInt32Value(int32 value) {
133 SetType(FieldDescriptor::CPPTYPE_INT32);
134 val_.int32_value_ = value;

Callers

nothing calls this directly

Calls 1

SetTypeFunction · 0.85

Tested by

no test coverage detected