Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtest_util.h174 static void SetOneofViaReflection(Message* message);
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()
850 TestUtil::ReflectionTester::SetOneofViaReflection(message); in TEST()
Ddynamic_message_unittest.cc229 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