Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_test_util.h96 void SetMapFieldsViaMapReflection(Message* message);
Dmap_test.cc972 reflection_tester.SetMapFieldsViaMapReflection(&message); in TEST_F()
1997 reflection_tester.SetMapFieldsViaMapReflection(message1.get()); in TEST()
2010 reflection_tester.SetMapFieldsViaMapReflection(message1.get()); in TEST()
2015 reflection_tester.SetMapFieldsViaMapReflection(message2.get()); in TEST()
2021 reflection_tester.SetMapFieldsViaMapReflection(message3.get()); in TEST()
2055 reflection_tester.SetMapFieldsViaMapReflection(&message2); in TEST()
2707 reflection_tester.SetMapFieldsViaMapReflection(&message); in TEST()
2752 reflection_tester.SetMapFieldsViaMapReflection(message.get()); in TEST_F()
2783 reflection_tester.SetMapFieldsViaMapReflection(message.get()); in TEST_F()
Dmap_test_util.cc544 void MapReflectionTester::SetMapFieldsViaMapReflection(Message* message) { in SetMapFieldsViaMapReflection() function in google::protobuf::MapReflectionTester