Searched refs:PythonToMapKey (Results 1 – 1 of 1) sorted by relevance
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | map_container.cc | 128 static bool PythonToMapKey(MapContainer* self, PyObject* obj, MapKey* key) { in PythonToMapKey() function 363 if (!PythonToMapKey(self, key, &map_key)) { in Contains() 409 if (!PythonToMapKey(self, key, &map_key)) { in ScalarMapGetItem() 430 if (!PythonToMapKey(self, key, &map_key)) { in ScalarMapSetItem() 672 if (!PythonToMapKey(self, key, &map_key)) { in MessageMapSetItem() 712 if (!PythonToMapKey(self, key, &map_key)) { in MessageMapGetItem()
|