Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddynamic_message_unittest.cc155 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()
164 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()
Dtest_util.h146 void ExpectAllFieldsSetViaReflection(const Message& message);
Dgenerated_message_reflection_unittest.cc105 reflection_tester.ExpectAllFieldsSetViaReflection(message); in TEST()
433 reflection_tester.ExpectAllFieldsSetViaReflection(message); in TEST()
Dtest_util.cc2622 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection( in ExpectAllFieldsSetViaReflection() function in google::protobuf::TestUtil::ReflectionTester