Home
last modified time | relevance | path

Searched defs:__l (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_set.h91 hash_set(_InputIterator __f, _InputIterator __l) in hash_set()
95 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) in hash_set()
99 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in hash_set()
111 hash_set(const value_type* __f, const value_type* __l) in hash_set()
114 hash_set(const value_type* __f, const value_type* __l, size_type __n) in hash_set()
117 hash_set(const value_type* __f, const value_type* __l, size_type __n, in hash_set()
127 hash_set(const_iterator __f, const_iterator __l) in hash_set()
130 hash_set(const_iterator __f, const_iterator __l, size_type __n) in hash_set()
133 hash_set(const_iterator __f, const_iterator __l, size_type __n, in hash_set()
163 void insert(_InputIterator __f, _InputIterator __l) in insert()
[all …]
H A Dstl_hash_map.h93 hash_map(_InputIterator __f, _InputIterator __l) in hash_map()
97 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in hash_map()
101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in hash_map()
113 hash_map(const value_type* __f, const value_type* __l) in hash_map()
116 hash_map(const value_type* __f, const value_type* __l, size_type __n) in hash_map()
119 hash_map(const value_type* __f, const value_type* __l, size_type __n, in hash_map()
129 hash_map(const_iterator __f, const_iterator __l) in hash_map()
132 hash_map(const_iterator __f, const_iterator __l, size_type __n) in hash_map()
135 hash_map(const_iterator __f, const_iterator __l, size_type __n, in hash_map()
164 void insert(_InputIterator __f, _InputIterator __l) in insert()
[all …]
H A Dropeimpl.h332 _Rope_RopeLeaf<_CharT,_Alloc>* __l in _M_free_tree() local
681 _RopeLeaf* __l = (_RopeLeaf*)__base; in _S_substring() local
864 _RopeLeaf* __l = (_RopeLeaf*)__r; in _S_apply_to_pieces() local
976 _RopeLeaf* __l = (_RopeLeaf*)__r; in _S_flatten() local
1208 _RopeLeaf* __l = (_RopeLeaf*)__r; in _S_fetch() local
1254 _RopeLeaf* __l = (_RopeLeaf*)__r; in _S_fetch_ptr() local
1290 _RopeLeaf* __l = (_RopeLeaf*) __left; in _S_compare() local
H A Dstl_rope.h487 # define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l, __a); argument
490 # define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l); argument
H A Dstl_algo.h773 _Distance __l = __n - __k; in __rotate() local
/haiku/src/libs/stdc++/legacy/
H A Dvalarray.cc21 void __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index()
43 _Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer()
/haiku/headers/cpp/std/
H A Dgslice.h83 gslice::gslice(size_t __o, const valarray<size_t>& __l, in gslice()