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.cc174 static PyObject* MapKeyToPython(MapContainer* self, const MapKey& key) { in MapKeyToPython() function
500 key.reset(MapKeyToPython(self, it.GetKey())); in ScalarMapToStr()
739 key.reset(MapKeyToPython(self, it.GetKey())); in MessageMapToStr()
940 PyObject* ret = MapKeyToPython(self->container, self->iter->GetKey()); in IterNext()