Searched refs:NumericTypes (Results 1 - 9 of 9) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest-typed-test_test.cc159 typedef Types<int, long> NumericTypes; typedef in namespace:library1
160 TYPED_TEST_CASE(NumericTest, NumericTypes);
343 typedef Types<int, double> NumericTypes; typedef in namespace:library2
344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
H A Dgtest_output_test_.cc800 typedef testing::Types<int, double> NumericTypes; typedef
801 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes);
825 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
H A Dgtest_unittest.cc3173 typedef testing::Types<int, double> NumericTypes; typedef in namespace:__anon3167
3174 TYPED_TEST_CASE(TypedTest, NumericTypes);
3184 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes);
3209 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes);
3224 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);
/external/gtest/test/
H A Dgtest-typed-test_test.cc159 typedef Types<int, long> NumericTypes; typedef in namespace:library1
160 TYPED_TEST_CASE(NumericTest, NumericTypes);
343 typedef Types<int, double> NumericTypes; typedef in namespace:library2
344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
H A Dgtest_output_test_.cc800 typedef testing::Types<int, double> NumericTypes; typedef
801 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes);
825 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
H A Dgtest_unittest.cc3173 typedef testing::Types<int, double> NumericTypes; typedef in namespace:__anon5643
3174 TYPED_TEST_CASE(TypedTest, NumericTypes);
3184 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes);
3209 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes);
3224 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);
/external/protobuf/gtest/test/
H A Dgtest-typed-test_test.cc159 typedef Types<int, long> NumericTypes; typedef in namespace:library1
160 TYPED_TEST_CASE(NumericTest, NumericTypes);
343 typedef Types<int, double> NumericTypes; typedef in namespace:library2
344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
H A Dgtest_output_test_.cc777 typedef testing::Types<int, double> NumericTypes; typedef
778 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes);
802 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
H A Dgtest_unittest.cc3412 typedef testing::Types<int, double> NumericTypes; typedef in namespace:__anon10042
3413 TYPED_TEST_CASE(TypedTest, NumericTypes);
3423 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes);
3448 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes);
3463 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);

Completed in 109 milliseconds