Home
last modified time | relevance | path

Searched refs:allocator_pointer (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/core/
Dallocator_access.hpp49 struct allocator_pointer { struct
54 struct allocator_pointer { struct
59 struct allocator_pointer { struct
64 struct allocator_pointer<A, struct
84 allocator_pointer<A>::type>::template
104 allocator_pointer<A>::type>::template
124 allocator_pointer<A>::type>::template
149 allocator_pointer<A>::type>::difference_type type;
294 inline typename allocator_pointer<A>::type
302 allocator_deallocate(A& a, typename allocator_pointer<A>::type p, in allocator_deallocate()
[all …]
/third_party/boost/libs/core/test/
Dallocator_pointer_test.cpp28 boost::allocator_pointer<A1<char> >::type>)); in main()
31 boost::allocator_pointer<A2<int> >::type>)); in main()
/third_party/boost/libs/detail/test/
Dallocator_utilities_test.cpp31 boost::allocator_pointer<char_allocator>::type p = a2.allocate(10); in main()
38 boost::allocator_pointer<int_allocator>::type p2 = a3.allocate(1); in main()
/third_party/boost/libs/core/doc/
Dallocator_access.qbk45 typedef typename boost::allocator_pointer<A>::type pointer;
52 instead of `typename boost::allocator_pointer<A>::type`.
68 struct allocator_pointer;
71 using allocator_pointer_t = typename allocator_pointer<A>::type;
170 [[`template<class A> struct allocator_pointer;`]
/third_party/boost/boost/smart_ptr/
Dallocate_unique.hpp276 sp_alloc_clear(A& a, typename boost::allocator_pointer<A>::type p, std::size_t, in sp_alloc_clear()
284 sp_alloc_clear(A& a, typename boost::allocator_pointer<A>::type p, in sp_alloc_clear()
308 typename allocator_pointer<allocator>::type> pointer;
364 typedef typename boost::allocator_pointer<allocator>::type pointer;
/third_party/boost/boost/signals2/detail/
Dauto_buffer.hpp147 typedef typename Allocator::pointer allocator_pointer; typedef in boost::signals2::detail::auto_buffer
149 typedef typename std::allocator_traits<Allocator>::pointer allocator_pointer; typedef in boost::signals2::detail::auto_buffer
177 get_allocator().deallocate( allocator_pointer(where), capacity_arg ); in deallocate()
/third_party/boost/boost/heap/detail/
Dheap_node.hpp135 typedef typename boost::allocator_pointer<Alloc>::type node_pointer;
Dstable_heap.hpp576 typedef typename boost::allocator_pointer<Alloc>::type pointer;
/third_party/boost/boost/circular_buffer/
Ddetails.hpp76 typedef typename boost::allocator_pointer<Alloc>::type pointer;
Dbase.hpp105 typedef typename allocator_pointer<Alloc>::type pointer;
/third_party/boost/boost/heap/
Dpairing_heap.hpp162 typedef typename boost::allocator_pointer<allocator_type>::type node_pointer;
Dfibonacci_heap.hpp158 typedef typename boost::allocator_pointer<allocator_type>::type node_pointer;
Dskew_heap.hpp294 typedef typename boost::allocator_pointer<allocator_type>::type node_pointer;
Dbinomial_heap.hpp161 typedef typename boost::allocator_pointer<allocator_type>::type node_pointer;
/third_party/boost/boost/wave/util/
Dflex_string.hpp1444 typedef typename boost::allocator_pointer<A>::type pointer;