| 137 | WireFormatLite::FieldType value_wire_type, |
| 138 | int default_enum_value> |
| 139 | Map<Key, T>* |
| 140 | MapFieldLite<Key, T, key_wire_type, value_wire_type, |
| 141 | default_enum_value>::MutableMap() { |
| 142 | return map_; |
| 143 | } |
| 144 | |
| 145 | template <typename Key, typename T, |
| 146 | WireFormatLite::FieldType key_wire_type, |
nothing calls this directly
no outgoing calls
no test coverage detected