Searched refs:TestB (Results 1 – 9 of 9) sorted by relevance
/third_party/googletest/googletest/test/ |
D | googletest-list-tests-unittest_.cc | 99 TEST_P(ValueParamTest, TestB) { in TEST_P() argument 131 TYPED_TEST(TypedTest, TestB) { in TYPED_TEST() argument 145 TYPED_TEST_P(TypeParamTest, TestB) { in TYPED_TEST_P() argument 148 REGISTER_TYPED_TEST_SUITE_P(TypeParamTest, TestA, TestB);
|
D | googletest-filter-unittest_.cc | 84 TEST(BazTest, TestB) { in TEST() argument
|
/third_party/glib/gio/tests/modules/ |
D | test-module-b.c | 31 } TestB; typedef 39 G_DEFINE_TYPE (TestB, test_b, G_TYPE_OBJECT) in G_DEFINE_TYPE() argument 47 test_b_init (TestB *self) in test_b_init()
|
/third_party/boost/libs/type_traits/test/ |
D | is_abstract_test.cpp | 22 struct TestB { virtual void foo(void) = 0; }; struct 25 struct TestE : public TestB {}; 27 struct TestG : public TestB { virtual void foo(void) {} }; in foo() 29 struct TestI : public TestB, public TestC {}; 31 struct TestK : public TestB { virtual void foo(void); virtual void foo2(void) = 0; }; 33 struct TestM : public virtual TestB {}; 37 struct TestQ : public TestB { virtual void foo(void) = 0; }; 94 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<TestB>::value), true); 128 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<const TestB>::value), true); 162 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<volatile TestB>::value), true); [all …]
|
/third_party/glib/tests/gobject/ |
D | override.c | 167 typedef struct _TestB TestB; typedef 249 static DEFINE_TYPE (TestB, test_b, 259 TestB parent;
|
/third_party/typescript/tests/cases/compiler/ |
D | discriminantPropertyCheck.ts | 216 type TestB = { alias 221 type AllTests = TestA | TestB;
|
/third_party/typescript/tests/baselines/reference/ |
D | discriminantPropertyCheck.types | 585 type TestB = { 586 >TestB : TestB 595 type AllTests = TestA | TestB; 643 >test : TestA | TestB
|
D | discriminantPropertyCheck.js | 215 type TestB = { 220 type AllTests = TestA | TestB;
|
D | discriminantPropertyCheck.symbols | 596 type TestB = { 597 >TestB : Symbol(TestB, Decl(discriminantPropertyCheck.ts, 211, 1)) 606 type AllTests = TestA | TestB; 609 >TestB : Symbol(TestB, Decl(discriminantPropertyCheck.ts, 211, 1))
|