Home
last modified time | relevance | path

Searched defs:Const_iterator (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/cxx/lib/tl/include/bits/
A Dlist_basics.h110 Const_iterator() : _c(0) {} in Const_iterator() function
111 Const_iterator(Iterator const &o) : _c(*o) {} in Const_iterator() function
116 explicit Const_iterator(Internal_type i) : _c(i) {} in Const_iterator() function
A Dsmart_ptr_list.h80 Const_iterator() : _c(nullptr) {} in Const_iterator() function
97 explicit Const_iterator(Value_type const *i) : _c(i) {} in Const_iterator() function
A Dbst.h80 typedef __Bst_iter<Node, Node const, Fwd> Const_iterator; typedef
/l4re-core-master/moe/server/src/
A Dname_space.h166 typedef Tree::Const_iterator Const_iterator; typedef

Completed in 6 milliseconds