HomeSort by relevance Sort by last modified time
    Searched refs:TypedTestP2 (Results 1 - 5 of 5) sorted by null

  /external/chromium/testing/gtest/test/
gtest-typed-test_test.cc 291 class TypedTestP2 : public Test {
294 TYPED_TEST_CASE_P(TypedTestP2);
298 TYPED_TEST_P(TypedTestP2, A) {}
300 REGISTER_TYPED_TEST_CASE_P(TypedTestP2, A);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>);
314 INSTANTIATE_TYPED_TEST_CASE_P(Double, TypedTestP2, Types<double>);
  /external/gtest/test/
gtest-typed-test_test.cc 291 class TypedTestP2 : public Test {
294 TYPED_TEST_CASE_P(TypedTestP2);
298 TYPED_TEST_P(TypedTestP2, A) {}
300 REGISTER_TYPED_TEST_CASE_P(TypedTestP2, A);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>);
314 INSTANTIATE_TYPED_TEST_CASE_P(Double, TypedTestP2, Types<double>);
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-typed-test_test.cc 291 class TypedTestP2 : public Test {
294 TYPED_TEST_CASE_P(TypedTestP2);
298 TYPED_TEST_P(TypedTestP2, A) {}
300 REGISTER_TYPED_TEST_CASE_P(TypedTestP2, A);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>);
314 INSTANTIATE_TYPED_TEST_CASE_P(Double, TypedTestP2, Types<double>);
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 291 class TypedTestP2 : public Test {
294 TYPED_TEST_CASE_P(TypedTestP2);
298 TYPED_TEST_P(TypedTestP2, A) {}
300 REGISTER_TYPED_TEST_CASE_P(TypedTestP2, A);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>);
314 INSTANTIATE_TYPED_TEST_CASE_P(Double, TypedTestP2, Types<double>);
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 70 template < typename > class TypedTestP2
76 template < typename gtest_TypeParam_ > class A:TypedTestP2 <
88 TypeParameterizedTestCase < TypedTestP2,
90 TypeList < Types < int > >::type >::Register ("Int", "TypedTestP2", 0);

Completed in 179 milliseconds