Searched refs:reflection_tester (Results 1 – 4 of 4) sorted by relevance
74 TestUtil::ReflectionTester reflection_tester( in TEST() local77 reflection_tester.ExpectClearViaReflection(message); in TEST()98 TestUtil::ReflectionTester reflection_tester( in TEST() local101 reflection_tester.SetAllFieldsViaReflection(&message); in TEST()103 reflection_tester.ExpectAllFieldsSetViaReflection(message); in TEST()105 reflection_tester.ModifyRepeatedFieldsViaReflection(&message); in TEST()137 TestUtil::ReflectionTester reflection_tester( in TEST() local322 TestUtil::ReflectionTester reflection_tester( in TEST() local327 reflection_tester.RemoveLastRepeatedsViaReflection(&message); in TEST()334 TestUtil::ReflectionTester reflection_tester( in TEST() local[all …]
139 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local140 reflection_tester.ExpectClearViaReflection(*prototype_); in TEST_F()149 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_P() local151 reflection_tester.SetAllFieldsViaReflection(message); in TEST_P()152 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_P()163 TestUtil::ReflectionTester reflection_tester(extensions_descriptor_); in TEST_P() local165 reflection_tester.SetAllFieldsViaReflection(message); in TEST_P()166 reflection_tester.ExpectAllFieldsSetViaReflection(*message); in TEST_P()177 TestUtil::ReflectionTester reflection_tester(packed_descriptor_); in TEST_P() local179 reflection_tester.SetPackedFieldsViaReflection(message); in TEST_P()[all …]
975 MapReflectionTester reflection_tester(unittest::TestMap::descriptor()); in TEST_F() local976 reflection_tester.SetMapFieldsViaMapReflection(&message); in TEST_F()977 MapIterator it1 = reflection_tester.MapBegin(&message, "map_int32_int32"); in TEST_F()978 MapIterator it2 = reflection_tester.MapEnd(&message, "map_int32_int32"); in TEST_F()2097 MapReflectionTester reflection_tester(unittest::TestMap::descriptor()); in TEST() local2098 reflection_tester.SetMapFieldsViaReflection(message1.get()); in TEST()2099 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()2100 reflection_tester.ExpectMapFieldsSetViaReflectionIterator(message1.get()); in TEST()2112 MapReflectionTester reflection_tester(unittest::TestMap::descriptor()); in TEST() local2113 reflection_tester.SetMapFieldsViaMapReflection(message1.get()); in TEST()[all …]
623 TestUtil::ReflectionTester reflection_tester(625 reflection_tester.SetAllFieldsViaReflection(message1.get());