Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.h105 void ExpectMapFieldsSetViaReflectionIterator(Message* message);
Dmap_test.cc1950 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
1967 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
1987 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
2003 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
2016 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message.get()); in TEST()
2400 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(&message); in TEST()
2633 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(&message); in TEST()
Dmap_test_util.cc1306 void MapReflectionTester::ExpectMapFieldsSetViaReflectionIterator( in ExpectMapFieldsSetViaReflectionIterator() function in google::protobuf::MapReflectionTester