Searched refs:NumericTypes (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-typed-test_test.cc | 159 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);
|
D | gtest_output_test_.cc | 813 typedef testing::Types<int, double> NumericTypes; typedef 814 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes); 838 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
|
D | gtest_unittest.cc | 3151 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);
|