Searched refs:NumericTypes (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/gtest/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 | 913 typedef testing::Types<int, double> NumericTypes; typedef 914 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes); 938 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
|
D | gtest_unittest.cc | 3113 typedef testing::Types<int, double> NumericTypes; typedef 3114 TYPED_TEST_CASE(TypedTest, NumericTypes); 3124 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes); 3149 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes); 3164 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);
|
/external/gtest/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 | 3142 typedef testing::Types<int, double> NumericTypes; typedef 3143 TYPED_TEST_CASE(TypedTest, NumericTypes); 3153 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes); 3178 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes); 3193 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);
|
/external/google-breakpad/src/testing/gtest/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 | 801 typedef testing::Types<int, double> NumericTypes; typedef 802 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes); 826 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
|
D | gtest_unittest.cc | 3287 typedef testing::Types<int, double> NumericTypes; typedef 3288 TYPED_TEST_CASE(TypedTest, NumericTypes); 3298 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes); 3323 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes); 3338 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);
|