Home
last modified time | relevance | path

Searched refs:MyTypes (Results 1 – 17 of 17) sorted by relevance

/external/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_SUITE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_SUITE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_CASE(FooTest, MyTypes);
140 typedef testing::Types<char, int, unsigned int> MyTypes;
141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_CASE(FooTest, MyTypes);
140 typedef testing::Types<char, int, unsigned int> MyTypes;
141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_CASE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/external/googletest/googletest/include/gtest/
Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/external/mesa3d/src/gtest/include/gtest/
Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/external/catch2/projects/SelfTest/UsageTests/
DClass.tests.cpp101 using MyTypes = std::tuple<int, char, double>; typedef
102 … test case method with test types specified inside std::tuple", "[class][template][list]", MyTypes)
DMisc.tests.cpp370 using MyTypes = std::tuple<int, char, float>; typedef
371 …CASE("Template test case with test types specified inside std::tuple", "[template][list]", MyTypes)
/external/catch2/docs/
Dtest-fixtures.md134 using MyTypes = std::tuple<int, char, double>;
135 … test case method with test types specified inside std::tuple", "[class][template][list]", MyTypes)
Dtest-cases-and-sections.md214 using MyTypes = std::tuple<int, char, float>;
215 …CASE("Template test case with test types specified inside std::tuple", "[template][list]", MyTypes)
/external/googletest/docs/
Dadvanced.md1580 using MyTypes = ::testing::Types<char, int, unsigned int>;
1581 TYPED_TEST_SUITE(FooTest, MyTypes);
1674 using MyTypes = ::testing::Types<char, int, unsigned int>;
1675 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/external/catch2/projects/SelfTest/Baselines/
Dconsole.sw.approved.txt9139 Template test case method with test types specified inside std::tuple - MyTypes
9151 Template test case method with test types specified inside std::tuple - MyTypes
9163 Template test case method with test types specified inside std::tuple - MyTypes
9223 Template test case with test types specified inside std::tuple - MyTypes - 0
9234 Template test case with test types specified inside std::tuple - MyTypes - 1
9245 Template test case with test types specified inside std::tuple - MyTypes - 2
/external/fmtlib/test/gtest/
Dgtest.h17283 typedef testing::Types<char, int, unsigned int> MyTypes;
17284 TYPED_TEST_CASE(FooTest, MyTypes);
17366 typedef testing::Types<char, int, unsigned int> MyTypes;
17367 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h18461 typedef testing::Types<char, int, unsigned int> MyTypes;
18462 TYPED_TEST_CASE(FooTest, MyTypes);
18544 typedef testing::Types<char, int, unsigned int> MyTypes;
18545 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);