Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.h104 void ExpectMapFieldsSetViaReflection(const Message& message);
Dmap_test.cc1949 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()
1966 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()
1986 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()
2004 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()
2017 reflection_tester.ExpectMapFieldsSetViaReflection(*message); in TEST()
2399 reflection_tester.ExpectMapFieldsSetViaReflection(message); in TEST()
2632 reflection_tester.ExpectMapFieldsSetViaReflection(message); in TEST()
2668 reflection_tester.ExpectMapFieldsSetViaReflection(*message); in TEST_F()
2678 reflection_tester.ExpectMapFieldsSetViaReflection(*message); in TEST_F()
Dmap_test_util.cc966 void MapReflectionTester::ExpectMapFieldsSetViaReflection( in ExpectMapFieldsSetViaReflection() function in google::protobuf::MapReflectionTester