/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | proto3_arena_unittest.cc | 79 void ExpectAllFieldsSet(const TestAllTypes& m) { in ExpectAllFieldsSet() function 129 ExpectAllFieldsSet(*arena_message); in TEST() 139 ExpectAllFieldsSet(*arena_message); in TEST()
|
D | proto3_lite_unittest.cc | 79 void ExpectAllFieldsSet(const TestAllTypes& m) { in ExpectAllFieldsSet() function 128 ExpectAllFieldsSet(msg); in TEST()
|
D | arena_unittest.cc | 252 TestUtil::ExpectAllFieldsSet(*arena_message); in TEST() 272 TestUtil::ExpectAllFieldsSet(copied); in TEST() 363 TestUtil::ExpectAllFieldsSet(*arena2_message); in TEST() 367 TestUtil::ExpectAllFieldsSet(*arena1_message); in TEST() 377 TestUtil::ExpectAllFieldsSet(*arena1_message); in TEST() 378 TestUtil::ExpectAllFieldsSet(*arena2_message); in TEST() 388 TestUtil::ExpectAllFieldsSet(*arena1_message); in TEST() 399 TestUtil::ExpectAllFieldsSet(message); in TEST() 463 TestUtil::ExpectAllFieldsSet(*arena1_message); in TEST() 474 TestUtil::ExpectAllFieldsSet(*arena2_message); in TEST() [all …]
|
D | reflection_ops_unittest.cc | 55 TestUtil::ExpectAllFieldsSet(message); in TEST() 65 TestUtil::ExpectAllFieldsSet(message2); in TEST() 69 TestUtil::ExpectAllFieldsSet(message2); in TEST() 118 TestUtil::ExpectAllFieldsSet(message); in TEST() 293 TestUtil::ExpectAllFieldsSet(message); in TEST()
|
D | message_unittest.cc | 117 TestUtil::ExpectAllFieldsSet(message); in TEST() 151 TestUtil::ExpectAllFieldsSet(message); in TEST() 160 TestUtil::ExpectAllFieldsSet(message); in TEST() 170 TestUtil::ExpectAllFieldsSet(message); in TEST()
|
D | proto3_arena_lite_unittest.cc | 79 void ExpectAllFieldsSet(const TestAllTypes& m) { in ExpectAllFieldsSet() function 129 ExpectAllFieldsSet(*arena_message); in TEST()
|
D | test_util_lite.h | 67 static void ExpectAllFieldsSet(const unittest::TestAllTypesLite& message);
|
D | generated_message_reflection_unittest.cc | 104 TestUtil::ExpectAllFieldsSet(message); in TEST() 166 TestUtil::ExpectAllFieldsSet(message2); in TEST() 181 TestUtil::ExpectAllFieldsSet(message2); in TEST() 263 TestUtil::ExpectAllFieldsSet(message1); in TEST() 405 TestUtil::ExpectAllFieldsSet(message); in TEST() 749 TestUtil::ExpectAllFieldsSet(message); in TEST()
|
D | lite_unittest.cc | 108 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message); in main() 109 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message2); in main() 110 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message3); in main() 230 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message2); in main()
|
D | test_util.h | 78 static void ExpectAllFieldsSet(const unittest::TestAllTypes& message);
|
D | unknown_field_set_unittest.cc | 334 TestUtil::ExpectAllFieldsSet(destination); in TEST_F()
|
D | extension_set_unittest.cc | 532 TestUtil::ExpectAllFieldsSet(destination); in TEST() 556 TestUtil::ExpectAllFieldsSet(destination); in TEST()
|
D | text_format_unittest.cc | 540 TestUtil::ExpectAllFieldsSet(proto_); in TEST_F()
|
D | wire_format_unittest.cc | 96 TestUtil::ExpectAllFieldsSet(dest); in TEST()
|
D | test_util_lite.cc | 197 void TestUtilLite::ExpectAllFieldsSet( in ExpectAllFieldsSet() function in google::protobuf::TestUtilLite
|
D | test_util.cc | 270 void TestUtil::ExpectAllFieldsSet(const unittest::TestAllTypes& message) { in ExpectAllFieldsSet() function in google::protobuf::TestUtil
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 236 TestUtil::ExpectAllFieldsSet(message); in TEST() 403 TestUtil::ExpectAllFieldsSet(message); in TEST() 428 TestUtil::ExpectAllFieldsSet(message2); in TEST() 432 TestUtil::ExpectAllFieldsSet(message2); in TEST() 440 TestUtil::ExpectAllFieldsSet(message1); in TEST() 443 TestUtil::ExpectAllFieldsSet(message2); in TEST() 450 TestUtil::ExpectAllFieldsSet(message); in TEST() 452 TestUtil::ExpectAllFieldsSet(message); in TEST() 518 TestUtil::ExpectAllFieldsSet(message2); in TEST() 527 TestUtil::ExpectAllFieldsSet(message2); in TEST() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | test_util.py | 386 def ExpectAllFieldsSet(test_case, message): function
|
D | text_format_test.py | 297 test_util.ExpectAllFieldsSet(self, message)
|
D | message_test.py | 119 test_util.ExpectAllFieldsSet(self, golden_message)
|