Searched refs:Types (Results 1 - 16 of 16) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-typed-test2_test.cc43 testing::Types<std::vector<int> >);
H A Dgtest-typed-test_test.cc90 using testing::Types;
95 typedef Types<char, int> TwoTypes;
145 // Types<...> type list.
146 TYPED_TEST_CASE(TypedTest2, Types<int>);
160 typedef Types<int, long> NumericTypes;
174 using testing::Types;
266 typedef Types<short, long> MyTwoTypes;
309 // can be either a single type or a Types<...> type list.
311 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>);
315 INSTANTIATE_TYPED_TEST_CASE_P(Double, TypedTestP2, Types<doubl
[all...]
H A Dgtest_xml_output_unittest_.cc154 typedef testing::Types<int, long> TypedTestTypes;
166 typedef testing::Types<int, long> TypeParameterizedTestCaseTypes;
H A Dgtest_list_tests_unittest_.cc124 typedef testing::Types<VeryLoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooogName, // NOLINT
H A Dgtest_output_test_.cc791 TYPED_TEST_CASE(TypedTest, testing::Types<int>);
822 typedef testing::Types<unsigned char, unsigned int> UnsignedTypes;
844 typedef testing::Types<int, double> NumericTypes;
H A Dgtest-unittest-api_test.cc101 TYPED_TEST_CASE(TestCaseWithCommentTest, Types<int>);
H A Dgtest-port_test.cc407 typedef testing::Types<
H A Dgtest_unittest.cc3149 typedef testing::Types<int, double> NumericTypes;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
61 // directly without Types<...>:
140 typedef testing::Types<char, int, unsigned int> MyTypes;
144 // directly without Types<...>:
162 // The 'Types' template argument below must have spaces around it
164 // instance (e.g. Types<int>)
165 # define TYPED_TEST_CASE(CaseName, Types) \
166 typedef ::testing::internal::TypeList< Types >::type \
248 // The 'Types' template argument below must have spaces around it
250 // instance (e.g. Types<in
[all...]
H A Dgtest-printers.h668 template <typename... Types>
669 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) {
892 template <typename... Types>
893 struct TuplePolicy< ::std::tuple<Types...> > {
894 typedef ::std::tuple<Types...> Tuple;
906 template <typename... Types>
907 const size_t TuplePolicy< ::std::tuple<Types...> >::tuple_size;
/gem5/ext/googletest/googletest/samples/
H A Dsample6_unittest.cc79 using testing::Types;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
142 using testing::Types;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h500 // Types of SetUpTestCase() and TearDownTestCase() functions.
615 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
622 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
625 // 'index' is the index of the test in the type list 'Types'
627 // Types). Valid values for 'index' are [0, N - 1] where N is the
628 // length of Types.
633 typedef typename Types::Head Type;
652 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
668 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register()
669 // registers *all combinations* of 'Tests' and 'Types' wit
[all...]
H A Dgtest-type-util.h105 // template Types. This allows us to simulate variadic templates
106 // (e.g. Types<int>, Type<int, double>, and etc), which C++ doesn't
716 // as that would require them to count the length. Types<...> is much
719 // argument, even if it has the default value (this means Types<int>
720 // will appear as Types<int, None, None, ..., None> in the compiler
724 // user would write Types<T1, ..., TN>, and Google Test will translate
727 // Types template.
753 struct Types { struct in namespace:testing
761 struct Types<internal::None, internal::None, internal::None, internal::None, struct in namespace:testing
777 struct Types<T struct in namespace:testing
793 struct Types<T1, T2, internal::None, internal::None, internal::None, struct in namespace:testing
809 struct Types<T1, T2, T3, internal::None, internal::None, internal::None, struct in namespace:testing
824 struct Types<T1, T2, T3, T4, internal::None, internal::None, internal::None, struct in namespace:testing
839 struct Types<T1, T2, T3, T4, T5, internal::None, internal::None, struct in namespace:testing
855 struct Types<T1, T2, T3, T4, T5, T6, internal::None, internal::None, struct in namespace:testing
871 struct Types<T1, T2, T3, T4, T5, T6, T7, internal::None, internal::None, struct in namespace:testing
887 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, internal::None, internal::None, struct in namespace:testing
902 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, internal::None, struct in namespace:testing
917 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, internal::None, struct in namespace:testing
933 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, internal::None, struct in namespace:testing
949 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, internal::None, struct in namespace:testing
966 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing
983 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, struct in namespace:testing
999 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1016 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1033 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1050 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1067 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1083 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1100 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1117 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1134 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1151 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1168 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1185 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1203 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1221 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1239 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1257 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1275 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1293 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1311 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1329 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1347 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1365 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1383 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1401 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1419 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1437 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1457 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1476 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1495 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1514 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1533 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1553 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1572 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1591 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
1610 struct Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, struct in namespace:testing
[all...]
/gem5/src/mem/
H A Dmulti_level_page_table.hh114 template <class ...Types>
130 template <class ...Types>
/gem5/src/base/
H A Dcprintf.test.cc158 TEST(CPrintf, Types)
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4170 typedef testing::Types<

Completed in 83 milliseconds