HomeSort by relevance Sort by last modified time
    Searched refs:NumericTypes (Results 1 - 12 of 12) 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...]
  /external/protobuf/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 777 typedef testing::Types<int, double> NumericTypes;
778 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes);
802 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/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 78 milliseconds