HelenOS sources
cbegin 540 uspace/lib/cpp/include/__bits/adt/deque.hpp return make_reverse_iterator(cbegin());
cbegin 560 uspace/lib/cpp/include/__bits/adt/deque.hpp return make_reverse_iterator(cbegin());
cbegin 654 uspace/lib/cpp/include/__bits/adt/deque.hpp return *cbegin();
cbegin 164 uspace/lib/cpp/include/__bits/adt/hash_table.hpp return cbegin();
cbegin 358 uspace/lib/cpp/include/__bits/adt/hash_table.hpp return cbegin(n);
cbegin 513 uspace/lib/cpp/include/__bits/adt/list.hpp return cbegin();
cbegin 543 uspace/lib/cpp/include/__bits/adt/list.hpp return make_reverse_iterator(cbegin());
cbegin 237 uspace/lib/cpp/include/__bits/adt/map.hpp return tree_.cbegin();
cbegin 896 uspace/lib/cpp/include/__bits/adt/map.hpp return tree_.cbegin();
cbegin 122 uspace/lib/cpp/include/__bits/adt/rbtree.hpp return cbegin();
cbegin 161 uspace/lib/cpp/include/__bits/adt/rbtree.hpp return make_reverse_iterator(cbegin());
cbegin 185 uspace/lib/cpp/include/__bits/adt/rbtree.hpp return make_reverse_iterator(cbegin());
cbegin 213 uspace/lib/cpp/include/__bits/adt/set.hpp return tree_.cbegin();
cbegin 694 uspace/lib/cpp/include/__bits/adt/set.hpp return tree_.cbegin();
cbegin 236 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp return table_.cbegin();
cbegin 664 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp return table_.cbegin(idx);
cbegin 913 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp return table_.cbegin();
cbegin 1096 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp return table_.cbegin(idx);
cbegin 241 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp return table_.cbegin();
cbegin 405 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp return table_.cbegin(idx);
cbegin 657 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp return table_.cbegin();
cbegin 821 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp return table_.cbegin(idx);
cbegin 242 uspace/lib/cpp/include/__bits/adt/vector.hpp return make_reverse_iterator(cbegin());
cbegin 252 uspace/lib/cpp/include/__bits/adt/vector.hpp return cbegin() + size_;
cbegin 659 uspace/lib/cpp/include/__bits/string/string.hpp return make_reverse_iterator(cbegin());
cbegin 669 uspace/lib/cpp/include/__bits/string/string.hpp return cbegin() + size_;
cbegin 1043 uspace/lib/cpp/include/__bits/string/string.hpp auto idx = static_cast<size_type>(pos - cbegin());
cbegin 1051 uspace/lib/cpp/include/__bits/string/string.hpp auto idx = static_cast<size_type>(first - cbegin());
HelenOS homepage, sources at GitHub