HomeSort by relevance Sort by last modified time
    Searched defs:NumericTypes (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/testing/gtest/test/
gtest-typed-test_test.cc 160 typedef Types<int, long> NumericTypes;
161 TYPED_TEST_CASE(NumericTest, NumericTypes);
344 typedef Types<int, double> NumericTypes;
345 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
gtest_output_test_.cc 818 typedef testing::Types<int, double> NumericTypes;
819 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes);
843 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest-typed-test_test.cc 159 typedef Types<int, long> NumericTypes;
160 TYPED_TEST_CASE(NumericTest, NumericTypes);
343 typedef Types<int, double> NumericTypes;
344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
gtest_output_test_.cc 813 typedef testing::Types<int, double> NumericTypes;
814 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes);
838 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
gtest_unittest.cc     [all...]

Completed in 359 milliseconds