Searched refs:Second (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dmulti_level_page_table.hh117 template <class First, class Second, class ...Rest>
118 struct LastType<First, Second, Rest...>
120 typedef typename LastType<Second, Rest...>::type type;
144 template <class Final, class First, class Second, class ...Rest>
145 struct WalkWrapper<Final, First, Second, Rest...>
158 next = prepTopTable<Second>(system, pageSize);
164 WalkWrapper<Final, Second, Rest...>::walk(
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3543 // of type Second, BoundSecondMatcher<Tuple2Matcher, Second>(tm,
3551 template <typename Tuple2Matcher, typename Second>
3554 BoundSecondMatcher(const Tuple2Matcher& tm, const Second& second)
3566 // and Second may not be assignable.
3578 typedef ::testing::tuple<T, Second> ArgTuple;
3580 Impl(const Tuple2Matcher& tm, const Second& second)
3598 const Second second_value_;
3604 const Second second_value_;
3611 template <typename Tuple2Matcher, typename Second>
4234 typedef typename RhsStlContainer::value_type Second; typedef
[all...]

Completed in 21 milliseconds