Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc97 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
425 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
489 reflection_tester.SetAllFieldsViaReflection(&from_message1); in TEST()
490 reflection_tester.SetAllFieldsViaReflection(&from_message2); in TEST()
522 reflection_tester.SetAllFieldsViaReflection(&from_message1); in TEST()
523 reflection_tester.SetAllFieldsViaReflection(&from_message2); in TEST()
679 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
685 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
705 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
711 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
Ddynamic_message_unittest.cc135 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()
144 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()
225 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()
Dtest_util.h144 void SetAllFieldsViaReflection(Message* message);
Dtest_util.cc2383 void TestUtil::ReflectionTester::SetAllFieldsViaReflection(Message* message) { in SetAllFieldsViaReflection() function in google::protobuf::TestUtil::ReflectionTester
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc540 reflection_tester.SetAllFieldsViaReflection(message1.get()); in TEST()