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

Method MutableMap

libapp2sys/prebuilt/include/google/protobuf/map_field_lite.h:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 WireFormatLite::FieldType value_wire_type,
138 int default_enum_value>
139Map<Key, T>*
140MapFieldLite<Key, T, key_wire_type, value_wire_type,
141 default_enum_value>::MutableMap() {
142 return map_;
143}
144
145template <typename Key, typename T,
146 WireFormatLite::FieldType key_wire_type,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected