Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc136 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()
145 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()
Dtest_util.h146 void ExpectAllFieldsSetViaReflection(const Message& message);
Dgenerated_message_reflection_unittest.cc99 reflection_tester.ExpectAllFieldsSetViaReflection(message); in TEST()
427 reflection_tester.ExpectAllFieldsSetViaReflection(message); in TEST()
Dtest_util.cc2621 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection( in ExpectAllFieldsSetViaReflection() function in google::protobuf::TestUtil::ReflectionTester