Lines Matching defs:other

72 	  typedef typename __rebind_m::other::const_reference  const_reference;
103 typedef typename __rebind_n::other::pointer node_pointer;
112 typedef typename __rebind_at::other::const_pointer a_const_pointer;
177 _Leaf(const_reference other)
178 : base_type(leaf_node), m_value(other) { }
228 typedef typename __rebind_n::other::const_pointer node_const_pointer;
231 typedef typename _Alloc::template rebind<leaf>::other __rebind_l;
235 typedef typename _Alloc::template rebind<_Inode>::other __rebind_in;
243 typedef typename _Alloc::template rebind<node_pointer>::other __rebind_np;
272 operator==(const const_iterator& other) const
273 { return m_p_p_cur == other.m_p_p_cur; }
276 operator!=(const const_iterator& other) const
277 { return m_p_p_cur != other.m_p_p_cur; }
335 operator==(const iterator& other) const
336 { return const_iterator::m_p_p_cur == other.m_p_p_cur; }
339 operator!=(const iterator& other) const
340 { return const_iterator::m_p_p_cur != other.m_p_p_cur; }
504 typedef typename __rebind_n::other::pointer node_pointer;
506 typedef typename __rebind_l::other::pointer leaf_pointer;
507 typedef typename __rebind_l::other::const_pointer leaf_const_pointer;
509 typedef typename __rebind_h::other::pointer head_pointer;
512 typedef typename __rebind_in::other::pointer inode_pointer;
520 _CIter(const PB_DS_CONST_ODIR_IT_C_DEC& other)
521 : m_p_nd(other.m_p_nd)
525 operator=(const _CIter& other)
527 m_p_nd = other.m_p_nd;
532 operator=(const PB_DS_CONST_ODIR_IT_C_DEC& other)
534 m_p_nd = other.m_p_nd;
553 operator==(const _CIter& other) const
554 { return m_p_nd == other.m_p_nd; }
557 operator==(const PB_DS_CONST_ODIR_IT_C_DEC& other) const
558 { return m_p_nd == other.m_p_nd; }
561 operator!=(const _CIter& other) const
562 { return m_p_nd != other.m_p_nd; }
565 operator!=(const PB_DS_CONST_ODIR_IT_C_DEC& other) const
566 { return m_p_nd != other.m_p_nd; }
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
735 : base_type(other.m_p_nd) { }
738 operator=(const _Iter& other)
740 base_type::m_p_nd = other.m_p_nd;
745 operator=(const PB_DS_ODIR_IT_C_DEC& other)
747 base_type::m_p_nd = other.m_p_nd;
818 typedef typename __rebind_n::other::pointer node_pointer;
821 typedef typename __rebind_l::other::pointer leaf_pointer;
822 typedef typename __rebind_l::other::const_pointer leaf_const_pointer;
825 typedef typename __rebind_in::other::pointer inode_pointer;
826 typedef typename __rebind_in::other::const_pointer inode_const_pointer;
870 typedef typename __rebind_m::other __rebind_ma;
922 operator==(const _Node_citer& other) const
923 { return m_p_nd == other.m_p_nd; }
927 operator!=(const _Node_citer& other) const
928 { return m_p_nd != other.m_p_nd; }
950 typedef typename __rebind_n::other::pointer node_pointer;