Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util.h174 static void SetOneofViaReflection(Message* message);
Dgenerated_message_reflection_unittest.cc637 TestUtil::ReflectionTester::SetOneofViaReflection(&from_message1); in TEST()
651 TestUtil::ReflectionTester::SetOneofViaReflection(&from_message2); in TEST()
723 TestUtil::ReflectionTester::SetOneofViaReflection(&message); in TEST()
Ddynamic_message_unittest.cc210 reflection_tester.SetOneofViaReflection(message.get()); in TEST_F()
Dtest_util.cc2528 void TestUtil::ReflectionTester::SetOneofViaReflection(Message* message) { in SetOneofViaReflection() function in google::protobuf::TestUtil::ReflectionTester