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.h97 void SetMapFieldsViaMapReflection(Message* message);
Dmap_test.cc1915 reflection_tester.SetMapFieldsViaMapReflection(message1.get()); in TEST()
1944 reflection_tester.SetMapFieldsViaMapReflection(&message2); in TEST()
2443 reflection_tester.SetMapFieldsViaMapReflection(&message); in TEST()
2489 reflection_tester.SetMapFieldsViaMapReflection(message.get()); in TEST_F()
Dmap_test_util.cc558 void MapReflectionTester::SetMapFieldsViaMapReflection( in SetMapFieldsViaMapReflection() function in google::protobuf::MapReflectionTester