Searched refs:OtherT (Results 1 – 1 of 1) sorted by relevance
/art/compiler/utils/ |
D | intrusive_forward_list.h | 60 template <typename OtherT, 61 typename = typename std::enable_if<std::is_same<T, const OtherT>::value>::type> 62 IntrusiveForwardListIterator(const IntrusiveForwardListIterator<OtherT, HookTraits>& src) in IntrusiveForwardListIterator() argument 91 template <typename OtherT, typename OtherTraits> 94 template <typename OtherT, typename OtherTraits> 103 template <typename T, typename OtherT, typename HookTraits> 104 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator==( 106 const IntrusiveForwardListIterator<OtherT, HookTraits>& rhs) { 110 template <typename T, typename OtherT, typename HookTraits> 111 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator!=( [all …]
|