Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_test_util.h105 void ExpectMapFieldsSetViaReflectionIterator(Message* message);
Dmap_test.cc1900 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
1917 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
1937 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
1953 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
1966 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message.get()); in TEST()
2212 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(&message); in TEST()
2445 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(&message); in TEST()
Dmap_test_util.cc1306 void MapReflectionTester::ExpectMapFieldsSetViaReflectionIterator( in ExpectMapFieldsSetViaReflectionIterator() function in google::protobuf::MapReflectionTester