Searched refs:SetOneofViaReflection (Results 1 – 4 of 4) sorted by relevance
174 static void SetOneofViaReflection(Message* message);
637 TestUtil::ReflectionTester::SetOneofViaReflection(&from_message1); in TEST()651 TestUtil::ReflectionTester::SetOneofViaReflection(&from_message2); in TEST()723 TestUtil::ReflectionTester::SetOneofViaReflection(&message); in TEST()
210 reflection_tester.SetOneofViaReflection(message.get()); in TEST_F()
2528 void TestUtil::ReflectionTester::SetOneofViaReflection(Message* message) { in SetOneofViaReflection() function in google::protobuf::TestUtil::ReflectionTester