Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc739 return GetCMessage(self, value.MutableMessageValue()); in MessageMapGetItem()
/external/protobuf/src/google/protobuf/
Dmap_test_util.cc650 sub_foreign_message = map_val.MutableMessageValue(); in SetMapFieldsViaMapReflection()
742 sub_foreign_message = map_val.MutableMessageValue(); in SetMapFieldsViaMapReflection()
861 sub_foreign_message = map_val.MutableMessageValue(); in ModifyMapFieldsViaReflection()
Dmap.h400 Message* MutableMessageValue() { in MutableMessageValue() function