Home | History | Annotate | Download | only in test

Lines Matching refs:Types

87 using testing::Types;
92 typedef Types<char, int> TwoTypes;
142 // Types<...> type list.
143 TYPED_TEST_CASE(TypedTest2, Types<int>);
157 typedef Types<int, long> NumericTypes;
171 using testing::Types;
267 typedef Types<short, long> MyTwoTypes;
310 // can be either a single type or a Types<...> type list.
312 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>);
316 INSTANTIATE_TYPED_TEST_CASE_P(Double, TypedTestP2, Types<double>);
321 typedef Types<std::list<double>, std::set<char> > MyContainers;
345 typedef Types<int, double> NumericTypes;