Home
last modified time | relevance | path

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

/art/libartbase/base/
Dintrusive_forward_list.h76 template <typename OtherT,
77 typename = std::enable_if_t<std::is_same_v<T, const OtherT>>>
78 …IntrusiveForwardListIterator(const IntrusiveForwardListIterator<OtherT, HookTraits>& src) // NOLI… in IntrusiveForwardListIterator() argument
107 template <typename OtherT, typename OtherTraits>
110 template <typename OtherT, typename OtherTraits>
119 template <typename T, typename OtherT, typename HookTraits>
120 std::enable_if_t<std::is_same_v<const T, const OtherT>, bool> operator==(
122 const IntrusiveForwardListIterator<OtherT, HookTraits>& rhs) {
126 template <typename T, typename OtherT, typename HookTraits>
127 std::enable_if_t<std::is_same_v<const T, const OtherT>, bool> operator!=(
[all …]