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

Function SetValue

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

Source from the content-addressed store, hash-verified

431 return (FieldDescriptor::CppType)type_;
432 }
433 void SetValue(const void* val) {
434 data_ = const_cast<void*>(val);
435 }
436 void CopyFrom(const MapValueRef& other) {
437 type_ = other.type_;
438 data_ = other.data_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected