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

Function SetInt64Value

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

Source from the content-addressed store, hash-verified

122 }
123
124 void SetInt64Value(int64 value) {
125 SetType(FieldDescriptor::CPPTYPE_INT64);
126 val_.int64_value_ = value;
127 }
128 void SetUInt64Value(uint64 value) {
129 SetType(FieldDescriptor::CPPTYPE_UINT64);
130 val_.uint64_value_ = value;

Callers

nothing calls this directly

Calls 1

SetTypeFunction · 0.85

Tested by

no test coverage detected