Home
last modified time | relevance | path

Searched refs:MapKeyToPython (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc145 static PyObject* MapKeyToPython(MapContainer* self, const MapKey& key) { in MapKeyToPython() function
484 key.reset(MapKeyToPython(self, it.GetKey())); in ScalarMapToStr()
673 key.reset(MapKeyToPython(self, it.GetKey())); in MessageMapToStr()
823 PyObject* ret = MapKeyToPython(self->container, self->iter->GetKey()); in IterNext()