Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc612 static PyObject* GetCMessage(MessageMapContainer* self, Message* message) { in GetCMessage() function
739 return GetCMessage(self, value.MutableMessageValue()); in MessageMapGetItem()