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 …]
143 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local144 reflection_tester.ExpectClearViaReflection(*prototype_); in TEST_F()152 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local154 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()155 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()161 TestUtil::ReflectionTester reflection_tester(extensions_descriptor_); in TEST_F() local163 reflection_tester.SetAllFieldsViaReflection(message.get()); in TEST_F()164 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_F()170 TestUtil::ReflectionTester reflection_tester(packed_descriptor_); in TEST_F() local172 reflection_tester.SetPackedFieldsViaReflection(message.get()); in TEST_F()[all …]
1946 MapReflectionTester reflection_tester( in TEST() local1948 reflection_tester.SetMapFieldsViaReflection(message1.get()); in TEST()1949 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()1950 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()1963 MapReflectionTester reflection_tester( in TEST() local1965 reflection_tester.SetMapFieldsViaMapReflection(message1.get()); in TEST()1966 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()1967 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()1983 MapReflectionTester reflection_tester( in TEST() local1986 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()[all …]
563 TestUtil::ReflectionTester reflection_tester( in TEST() local565 reflection_tester.SetAllFieldsViaReflection(message1.get()); in TEST()