Searched refs:reflection_tester (Results 1 – 4 of 4) sorted by relevance
76 TestUtil::ReflectionTester reflection_tester( in TEST() local79 reflection_tester.ExpectClearViaReflection(message); in TEST()100 TestUtil::ReflectionTester reflection_tester( in TEST() local103 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()105 reflection_tester.ExpectAllFieldsSetViaReflection(message); in TEST()107 reflection_tester.ModifyRepeatedFieldsViaReflection(&message); in TEST()137 TestUtil::ReflectionTester reflection_tester( in TEST() local323 TestUtil::ReflectionTester reflection_tester( in TEST() local328 reflection_tester.RemoveLastRepeatedsViaReflection(&message); in TEST()335 TestUtil::ReflectionTester reflection_tester( in TEST() local[all …]
144 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local145 reflection_tester.ExpectClearViaReflection(*prototype_); in TEST_F()153 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local155 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()156 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()162 TestUtil::ReflectionTester reflection_tester(extensions_descriptor_); in TEST_F() local164 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()165 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()171 TestUtil::ReflectionTester reflection_tester(packed_descriptor_); in TEST_F() local173 reflection_tester.SetPackedFieldsViaReflection(message.get()); in TEST_F()[all …]
1896 MapReflectionTester reflection_tester( in TEST() local1898 reflection_tester.SetMapFieldsViaReflection(message1.get()); in TEST()1899 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()1900 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()1913 MapReflectionTester reflection_tester( in TEST() local1915 reflection_tester.SetMapFieldsViaMapReflection(message1.get()); in TEST()1916 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()1917 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()1933 MapReflectionTester reflection_tester( in TEST() local1936 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()[all …]
563 TestUtil::ReflectionTester reflection_tester( in TEST() local565 reflection_tester.SetAllFieldsViaReflection(message1.get()); in TEST()