Searched refs:Head (Results 1 – 5 of 5) sorted by relevance
105 for ( const QueueNode<int> * n1 = q->Head(), * n2 = new_q->Head(); in MapTester()
105 QueueNode<E>* Head() { return head_; } in Head() function106 const QueueNode<E>* Head() const { return head_; } in Head() function
124 typedef T1 Head;129 typedef T1 Head;135 typedef T1 Head;141 typedef T1 Head;147 typedef T1 Head;154 typedef T1 Head;161 typedef T1 Head;168 typedef T1 Head;175 typedef T1 Head;182 typedef T1 Head;[all …]
112 // Head for the first type in the list, and Tail for the rest of the122 typedef T1 Head;133 typedef T1 Head;212 // Head for the selector of the first template in the list, and Tail222 typedef TemplateSel<T1> Head;233 typedef TemplateSel<T1> Head;
563 typedef typename Types::Head Type; in Register()605 typedef typename Tests::Head Head; in Register() typedef608 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register()