Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc74 TestUtil::ReflectionTester reflection_tester( in TEST() local
77 reflection_tester.ExpectClearViaReflection(message); in TEST()
98 TestUtil::ReflectionTester reflection_tester( in TEST() local
101 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() local
322 TestUtil::ReflectionTester reflection_tester( in TEST() local
327 reflection_tester.RemoveLastRepeatedsViaReflection(&message); in TEST()
334 TestUtil::ReflectionTester reflection_tester( in TEST() local
[all …]
Ddynamic_message_unittest.cc139 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local
140 reflection_tester.ExpectClearViaReflection(*prototype_); in TEST_F()
149 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_P() local
151 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() local
165 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() local
179 reflection_tester.SetPackedFieldsViaReflection(message); in TEST_P()
[all …]
Dmap_test.cc975 MapReflectionTester reflection_tester(unittest::TestMap::descriptor()); in TEST_F() local
976 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() local
2098 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() local
2113 reflection_tester.SetMapFieldsViaMapReflection(message1.get()); in TEST()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc623 TestUtil::ReflectionTester reflection_tester(
625 reflection_tester.SetAllFieldsViaReflection(message1.get());