Home | History | Annotate | Download | only in ov_tree_map_

Lines Matching refs:const_pointer

68 	Value_Type>::other::const_pointer
69 const_pointer;
73 Metadata_Type>::other::const_pointer
96 Value_Type>::other::const_pointer
102 Value_Type>::type>::other::const_pointer
108 Value_Type>::type>::other::const_pointer
120 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
213 typedef typename base_type::const_pointer const_pointer;
242 ov_tree_node_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : base_type(p_nd, p_begin_nd, p_end_nd, p_metadata)