Searched refs:reflection_tester (Results 1 – 3 of 3) sorted by relevance
113 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local114 reflection_tester.ExpectClearViaReflection(*prototype_); in TEST_F()122 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local124 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()125 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()131 TestUtil::ReflectionTester reflection_tester(extensions_descriptor_); in TEST_F() local133 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()134 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()140 TestUtil::ReflectionTester reflection_tester(packed_descriptor_); in TEST_F() local142 reflection_tester.SetPackedFieldsViaReflection(message.get()); in TEST_F()[all …]
70 TestUtil::ReflectionTester reflection_tester( in TEST() local73 reflection_tester.ExpectClearViaReflection(message); in TEST()94 TestUtil::ReflectionTester reflection_tester( in TEST() local97 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()99 reflection_tester.ExpectAllFieldsSetViaReflection(message); in TEST()101 reflection_tester.ModifyRepeatedFieldsViaReflection(&message); in TEST()131 TestUtil::ReflectionTester reflection_tester( in TEST() local212 TestUtil::ReflectionTester reflection_tester( in TEST() local217 reflection_tester.RemoveLastRepeatedsViaReflection(&message); in TEST()224 TestUtil::ReflectionTester reflection_tester( in TEST() local[all …]
409 TestUtil::ReflectionTester reflection_tester( in TEST() local411 reflection_tester.SetAllFieldsViaReflection(message1.get()); in TEST()