Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc739 return GetCMessage(self, value.MutableMessageValue()); in MessageMapGetItem()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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