Searched refs:SetMapFieldsViaMapReflection (Results 1 – 3 of 3) sorted by relevance
96 void SetMapFieldsViaMapReflection(Message* message);
972 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()
544 void MapReflectionTester::SetMapFieldsViaMapReflection(Message* message) { in SetMapFieldsViaMapReflection() function in google::protobuf::MapReflectionTester