Searched defs:Const_iterator (Results 1 – 4 of 4) sorted by relevance
110 Const_iterator() : _c(0) {} in Const_iterator() function111 Const_iterator(Iterator const &o) : _c(*o) {} in Const_iterator() function116 explicit Const_iterator(Internal_type i) : _c(i) {} in Const_iterator() function
80 Const_iterator() : _c(nullptr) {} in Const_iterator() function97 explicit Const_iterator(Value_type const *i) : _c(i) {} in Const_iterator() function
80 typedef __Bst_iter<Node, Node const, Fwd> Const_iterator; typedef
166 typedef Tree::Const_iterator Const_iterator; typedef
Completed in 6 milliseconds