Home
last modified time | relevance | path

Searched refs:SetMapFieldsViaReflection (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_test_util.h95 void SetMapFieldsViaReflection(Message* message);
Dmap_test.cc1982 reflection_tester.SetMapFieldsViaReflection(message1.get()); in TEST()
2073 reflection_tester.SetMapFieldsViaReflection(message.get()); in TEST()
2469 reflection_tester.SetMapFieldsViaReflection(&message); in TEST()
2479 reflection_tester.SetMapFieldsViaReflection(&message); in TEST()
2742 reflection_tester.SetMapFieldsViaReflection(message.get()); in TEST_F()
2767 reflection_tester.SetMapFieldsViaReflection(message.get()); in TEST_F()
2814 reflection_tester.SetMapFieldsViaReflection(message.get()); in TEST_F()
2985 reflection_tester.SetMapFieldsViaReflection(dynamic_message.get()); in TEST()
3203 tester.SetMapFieldsViaReflection(message.get()); in TEST()
3217 tester.SetMapFieldsViaReflection(&message); in TEST()
[all …]
Dmap_test_util.cc348 void MapReflectionTester::SetMapFieldsViaReflection(Message* message) { in SetMapFieldsViaReflection() function in google::protobuf::MapReflectionTester
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc157 tester.SetMapFieldsViaReflection(&msg1); in TEST()
158 tester.SetMapFieldsViaReflection(&msg2); in TEST()