Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_test_util.h101 void SwapMapsViaReflection(Message* message);
Dmap_test.cc2600 reflection_tester.SwapMapsViaReflection(&message); in TEST()
2614 reflection_tester.SwapMapsViaReflection(&message); in TEST()
3231 tester.SwapMapsViaReflection(&message2); in TEST()
Dmap_test_util.cc904 void MapReflectionTester::SwapMapsViaReflection(Message* message) { in SwapMapsViaReflection() function in google::protobuf::MapReflectionTester
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc159 tester.SwapMapsViaReflection(&msg1); in TEST()