Home
last modified time | relevance | path

Searched defs:TestT (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/type_traits/test/
Dis_abstract_test.cpp40 struct TestT { virtual ~TestT(void) {} virtual void foo(void) {} }; in ~TestT() struct
/third_party/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h2416 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local