Home
last modified time | relevance | path

Searched refs:SetAllFieldsViaReflection (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc103 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
431 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
495 reflection_tester.SetAllFieldsViaReflection(&from_message1); in TEST()
496 reflection_tester.SetAllFieldsViaReflection(&from_message2); in TEST()
528 reflection_tester.SetAllFieldsViaReflection(&from_message1); in TEST()
529 reflection_tester.SetAllFieldsViaReflection(&from_message2); in TEST()
736 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
742 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
762 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
768 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
[all …]
Ddynamic_message_unittest.cc154 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()
163 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()
244 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()
Dtest_util.h144 void SetAllFieldsViaReflection(Message* message);
Dtest_util.cc2384 void TestUtil::ReflectionTester::SetAllFieldsViaReflection(Message* message) { in SetAllFieldsViaReflection() function in google::protobuf::TestUtil::ReflectionTester
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc565 reflection_tester.SetAllFieldsViaReflection(message1.get()); in TEST()