Home
last modified time | relevance | path

Searched refs:NumericTypes (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-typed-test_test.cc159 typedef Types<int, long> NumericTypes; typedef
160 TYPED_TEST_CASE(NumericTest, NumericTypes);
343 typedef Types<int, double> NumericTypes; typedef
344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
Dgtest_output_test_.cc813 typedef testing::Types<int, double> NumericTypes; typedef
814 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes);
838 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
Dgtest_unittest.cc3151 typedef testing::Types<int, double> NumericTypes; typedef
3152 TYPED_TEST_CASE(TypedTest, NumericTypes);
3162 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes);
3187 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes);
3202 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);