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.h104 void ExpectMapFieldsSetViaReflectionIterator(Message* message);
Dmap_test.cc1984 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
1999 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
2049 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
2063 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()
2074 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message.get()); in TEST()
2482 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(&message); in TEST()
2709 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(&message); in TEST()
Dmap_test_util.cc1313 void MapReflectionTester::ExpectMapFieldsSetViaReflectionIterator( in ExpectMapFieldsSetViaReflectionIterator() function in google::protobuf::MapReflectionTester