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

Function MutableMessageValue

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

Source from the content-addressed store, hash-verified

401 }
402
403 Message* MutableMessageValue() {
404 TYPE_CHECK(FieldDescriptor::CPPTYPE_MESSAGE,
405 "MapValueRef::MutableMessageValue");
406 return reinterpret_cast<Message*>(data_);
407 }
408
409 private:
410 template <typename K, typename V,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected