Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/gtest/test/
Dgtest_xml_output_unittest_.cc159 template <typename T> class TypeParameterizedTestCase : public Test {}; class
161 TYPED_TEST_P(TypeParameterizedTestCase, HasTypeParamAttribute) {} in TYPED_TEST_P() argument
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp45 typename Types > class TypeParameterizedTestCase class