Home
last modified time | relevance | path

Searched defs:TypeParameterizedTestCase (Results 1 – 4 of 4) 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/gtest/test/
Dgtest_xml_output_unittest_.cc162 template <typename T> class TypeParameterizedTestCase : public Test {}; class
164 TYPED_TEST_P(TypeParameterizedTestCase, HasTypeParamAttribute) {} in TYPED_TEST_P() argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_xml_output_unittest_.cc162 template <typename T> class TypeParameterizedTestCase : public Test {}; class
164 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