Searched refs:_Allocator (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/cpp/
H A Dstl_rope.h278 template <class _CharT, class _Allocator, bool _IsStatic>
281 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type
295 _Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \
300 __ROPE_DEFINE_ALLOCS(_Allocator);
306 template <class _CharT, class _Allocator>
307 class _Rope_rep_alloc_base<_CharT,_Allocator,true> {
309 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type
320 _Alloc_traits<_Tp,_Allocator>::_Alloc_type __name##Alloc; \
322 _Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \
327 __ROPE_DEFINE_ALLOCS(_Allocator);
[all...]
H A Dstl_bvector.h250 template <class _Allocator, bool __is_static>
253 typedef typename _Alloc_traits<bool, _Allocator>::allocator_type
269 typename _Alloc_traits<unsigned int, _Allocator>::allocator_type
277 template <class _Allocator>
278 class _Bvector_alloc_base<_Allocator, true> {
280 typedef typename _Alloc_traits<bool, _Allocator>::allocator_type
288 typedef typename _Alloc_traits<unsigned int, _Allocator>::_Alloc_type
H A Dstl_list.h133 template <class _Tp, class _Allocator, bool _IsStatic>
136 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type
149 typename _Alloc_traits<_List_node<_Tp>, _Allocator>::allocator_type
156 template <class _Tp, class _Allocator>
157 class _List_alloc_base<_Tp, _Allocator, true> {
159 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type
166 typedef typename _Alloc_traits<_List_node<_Tp>, _Allocator>::_Alloc_type
H A Dstl_slist.h183 template <class _Tp, class _Allocator, bool _IsStatic>
186 typedef typename _Alloc_traits<_Tp,_Allocator>::allocator_type
199 typename _Alloc_traits<_Slist_node<_Tp>,_Allocator>::allocator_type
205 template <class _Tp, class _Allocator>
206 class _Slist_alloc_base<_Tp,_Allocator, true> {
208 typedef typename _Alloc_traits<_Tp,_Allocator>::allocator_type
215 typedef typename _Alloc_traits<_Slist_node<_Tp>, _Allocator>::_Alloc_type
H A Dstl_vector.h50 template <class _Tp, class _Allocator, bool _IsStatic>
53 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type
75 template <class _Tp, class _Allocator>
76 class _Vector_alloc_base<_Tp, _Allocator, true> {
78 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type
91 typedef typename _Alloc_traits<_Tp, _Allocator>::_Alloc_type _Alloc_type;
H A Dstl_alloc.h961 template <class _Tp, class _Allocator>
965 typedef typename _Allocator::__STL_TEMPLATE rebind<_Tp>::other
969 template <class _Tp, class _Allocator>
970 const bool _Alloc_traits<_Tp, _Allocator>::_S_instanceless;
/haiku-fatelf/src/bin/makeudfimage/
H A DUdfBuilder.h65 Allocator& _Allocator() { return fAllocator; } function in class:UdfBuilder
156 icb->set_logical_blocks_recorded(_Allocator().BlocksFor(dataLength));
H A DUdfBuilder.cpp117 error = _Allocator().InitCheck();
237 error = _Allocator().GetExtent(extent);
271 error = _Allocator().GetNextExtent(vrsBlockSize, true, extent);
290 _Allocator().GetNextExtent(vrsBlockSize, true, extent);
307 error = _Allocator().GetNextExtent(vrsBlockSize, true, extent);
331 error = _Allocator().GetBlock(256);
338 error = _Allocator().GetNextExtent(off_t(16) << _BlockShift(), true, primaryVdsExtent);
355 error = _Allocator().GetExtent(reserveVdsExtent);
357 error = _Allocator().GetNextExtent(off_t(16) << _BlockShift(), true, reserveVdsExtent);
481 partition.set_start(_Allocator()
[all...]

Completed in 107 milliseconds