| 144 | } |
| 145 | |
| 146 | std::string StringMapFieldKeyToString(const google::protobuf::MapKey& key) { |
| 147 | return std::string(key.GetStringValue()); |
| 148 | } |
| 149 | |
| 150 | MapFieldKeyToString GetMapFieldKeyToString( |
| 151 | const google::protobuf::FieldDescriptor* absl_nonnull field) { |
nothing calls this directly
no test coverage detected