Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc76 TestUtil::ReflectionTester reflection_tester( in TEST() local
79 reflection_tester.ExpectClearViaReflection(message); in TEST()
100 TestUtil::ReflectionTester reflection_tester( in TEST() local
103 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() local
323 TestUtil::ReflectionTester reflection_tester( in TEST() local
328 reflection_tester.RemoveLastRepeatedsViaReflection(&message); in TEST()
335 TestUtil::ReflectionTester reflection_tester( in TEST() local
[all …]
Ddynamic_message_unittest.cc143 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local
144 reflection_tester.ExpectClearViaReflection(*prototype_); in TEST_F()
152 TestUtil::ReflectionTester reflection_tester(descriptor_); in TEST_F() local
154 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() local
163 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() local
172 reflection_tester.SetPackedFieldsViaReflection(message.get()); in TEST_F()
[all …]
Dmap_test.cc1946 MapReflectionTester reflection_tester( in TEST() local
1948 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() local
1965 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() local
1986 reflection_tester.ExpectMapFieldsSetViaReflection(*message1); in TEST()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc563 TestUtil::ReflectionTester reflection_tester( in TEST() local
565 reflection_tester.SetAllFieldsViaReflection(message1.get()); in TEST()