Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc101 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
429 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()
495 reflection_tester.SetAllFieldsViaReflection(&from_message1); in TEST()
496 reflection_tester.SetAllFieldsViaReflection(&from_message2); in TEST()
530 reflection_tester.SetAllFieldsViaReflection(&from_message1); in TEST()
531 reflection_tester.SetAllFieldsViaReflection(&from_message2); in TEST()
563 reflection_tester.SetAllFieldsViaReflection(&from_message1); in TEST()
564 reflection_tester.SetAllFieldsViaReflection(&from_message2); in TEST()
598 reflection_tester.SetAllFieldsViaReflection(&from_message1); in TEST()
599 reflection_tester.SetAllFieldsViaReflection(&from_message2); in TEST()
[all …]
Ddynamic_message_unittest.cc151 reflection_tester.SetAllFieldsViaReflection(message); in TEST_P()
165 reflection_tester.SetAllFieldsViaReflection(message); in TEST_P()
266 reflection_tester.SetAllFieldsViaReflection(message); in TEST_P()
Dtest_util.h66 void SetAllFieldsViaReflection(Message* message);
193 inline void TestUtil::ReflectionTester::SetAllFieldsViaReflection( in SetAllFieldsViaReflection() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc689 reflection_tester.SetAllFieldsViaReflection(message1.get());