Searched refs:TestC (Results 1 – 5 of 5) sorted by relevance
23 struct TestC { private: virtual void foo(void) = 0; }; struct26 struct TestF : public TestC {};28 struct TestH : public TestC { private: virtual void foo(void) {} }; in foo()29 struct TestI : public TestB, public TestC {};34 struct TestN : public virtual TestC {};38 struct TestR : public TestC { private: virtual void foo(void) = 0; };95 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<TestC>::value), true);129 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<const TestC>::value), true);163 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<volatile TestC>::value), true);197 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_abstract<volatile const TestC>::value), true);[all …]
255 typedef struct _TestC TestC; typedef338 static DEFINE_TYPE (TestC, test_c,
1221 class TestC(TestP): class1228 self.assertEqual(loader.getTestCaseNames(TestC), names)
62 public void TestC() { in TestC() method in DateTimeGeneratorTest
59 public void TestC() { in TestC() method in DateTimeGeneratorTest