Home
last modified time | relevance | path

Searched refs:OtherT (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dintrusive_forward_list.h71 template <typename OtherT,
72 typename = typename std::enable_if<std::is_same<T, const OtherT>::value>::type>
73 …IntrusiveForwardListIterator(const IntrusiveForwardListIterator<OtherT, HookTraits>& src) // NOLI… in IntrusiveForwardListIterator() argument
102 template <typename OtherT, typename OtherTraits>
105 template <typename OtherT, typename OtherTraits>
114 template <typename T, typename OtherT, typename HookTraits>
115 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator==(
117 const IntrusiveForwardListIterator<OtherT, HookTraits>& rhs) {
121 template <typename T, typename OtherT, typename HookTraits>
122 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator!=(
[all …]