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.h102 void SwapMapsViaReflection(Message* message);
Dmap_test.cc2333 reflection_tester.SwapMapsViaReflection(&message); in TEST()
2347 reflection_tester.SwapMapsViaReflection(&message); in TEST()
2718 tester.SwapMapsViaReflection(&message2); in TEST()
Dmap_test_util.cc897 void MapReflectionTester::SwapMapsViaReflection(Message* message) { in SwapMapsViaReflection() function in google::protobuf::MapReflectionTester
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc138 tester.SwapMapsViaReflection(&msg1); in TEST()