Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest-typed-test_test.cc163 typedef Types<int, long> NumericTypes; typedef
164 TYPED_TEST_CASE(NumericTest, NumericTypes);
421 typedef Types<int, double> NumericTypes; typedef
422 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
H A Dgoogletest-output-test_.cc889 typedef testing::Types<int, double> NumericTypes; typedef
890 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes);
914 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
H A Dgtest_unittest.cc3170 typedef testing::Types<int, double> NumericTypes; typedef
3171 TYPED_TEST_CASE(TypedTest, NumericTypes);
3181 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes);
3206 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes);
3221 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);