Home
last modified time | relevance | path

Searched refs:TestB (Results 1 – 9 of 9) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc99 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);
Dgoogletest-filter-unittest_.cc84 TEST(BazTest, TestB) { in TEST() argument
/third_party/glib/gio/tests/modules/
Dtest-module-b.c31 } 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/
Dis_abstract_test.cpp22 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/
Doverride.c167 typedef struct _TestB TestB; typedef
249 static DEFINE_TYPE (TestB, test_b,
259 TestB parent;
/third_party/typescript/tests/cases/compiler/
DdiscriminantPropertyCheck.ts216 type TestB = { alias
221 type AllTests = TestA | TestB;
/third_party/typescript/tests/baselines/reference/
DdiscriminantPropertyCheck.types585 type TestB = {
586 >TestB : TestB
595 type AllTests = TestA | TestB;
643 >test : TestA | TestB
DdiscriminantPropertyCheck.js215 type TestB = {
220 type AllTests = TestA | TestB;
DdiscriminantPropertyCheck.symbols596 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))