Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.h102 void SwapMapsViaReflection(Message* message);
Dmap_test.cc2521 reflection_tester.SwapMapsViaReflection(&message); in TEST()
2535 reflection_tester.SwapMapsViaReflection(&message); in TEST()
2982 tester.SwapMapsViaReflection(&message2); in TEST()
Dmap_test_util.cc897 void MapReflectionTester::SwapMapsViaReflection(Message* message) { in SwapMapsViaReflection() function in google::protobuf::MapReflectionTester
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer_unittest.cc138 tester.SwapMapsViaReflection(&msg1); in TEST()