Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc694 TestUtil::ReflectionTester::SetOneofViaReflection(&from_message1); in TEST()
708 TestUtil::ReflectionTester::SetOneofViaReflection(&from_message2); in TEST()
780 TestUtil::ReflectionTester::SetOneofViaReflection(&message); in TEST()
Dtest_util.h174 static void SetOneofViaReflection(Message* message);
Ddynamic_message_unittest.cc230 reflection_tester.SetOneofViaReflection(message.get()); in TEST_F()
Dtest_util.cc2529 void TestUtil::ReflectionTester::SetOneofViaReflection(Message* message) { in SetOneofViaReflection() function in google::protobuf::TestUtil::ReflectionTester