Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc200 PyObject* MapValueRefToPython(MapContainer* self, const MapValueRef& value) { in MapValueRefToPython() function
418 return MapValueRefToPython(self, value); in ScalarMapGetItem()
504 value.reset(MapValueRefToPython(self, it.GetValueRef())); in ScalarMapToStr()