Home
last modified time | relevance | path

Searched refs:DynamicTest (Results 1 – 2 of 2) sorted by relevance

/src/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc945 class DynamicTest : public DynamicFixture { class
954 __LINE__, []() -> DynamicFixture* { return new DynamicTest<true>; }), in __anonf7dc0ff80102()
957 __LINE__, []() -> DynamicFixture* { return new DynamicTest<false>; }), in __anonf7dc0ff80202()
963 []() -> DynamicFixture* { return new DynamicTest<true>; }), in __anonf7dc0ff80302()
968 __LINE__, []() -> DynamicFixture* { return new DynamicTest<true>; }), in __anonf7dc0ff80402()
971 []() -> testing::Test* { return new DynamicTest<true>; }), in __anonf7dc0ff80502()
977 __LINE__, []() -> DynamicFixture* { return new DynamicTest<true>; }), in __anonf7dc0ff80602()
980 []() { return new DynamicTest<true>; })); in __anonf7dc0ff80702()
H A Dgtest_unittest.cc7768 class DynamicTest : public DynamicUnitTestFixture { class
7774 __LINE__, []() -> DynamicUnitTestFixture* { return new DynamicTest; }); in __anon0e0fc5b70a02()