Lines Matching refs:Version
40 template<unsigned Version, unsigned int AllocationDisableMask>
41 class allocator<void, Version, AllocationDisableMask>
43 typedef allocator<void, Version, AllocationDisableMask> self_t;
53 version_type<self_t, Version> version;
67 , Version, AllocationDisableMask
85 allocator(const allocator<T2, Version, AllocationDisableMask> &) in allocator() argument
101 , unsigned Version BOOST_CONTAINER_DOCONLY(=2)
110 typedef allocator<T, Version, AllocationDisableMask> self_t;
123 BOOST_STATIC_ASSERT(( Version != 1 || (AllocationDisableMask == 0) ));
137 version_type<self_t, Version> version;
153 typedef allocator<T2, Version, AllocationDisableMask> other;
171 , Version, AllocationDisableMask in allocator() argument
225 BOOST_STATIC_ASSERT(( Version > 1 )); in allocation_command()
241 BOOST_STATIC_ASSERT(( Version > 1 )); in size()
251 BOOST_STATIC_ASSERT(( Version > 1 )); in allocate_one()
260 BOOST_STATIC_ASSERT(( Version > 1 )); in allocate_individual()
270 BOOST_STATIC_ASSERT(( Version > 1 )); in deallocate_one()
278 BOOST_STATIC_ASSERT(( Version > 1 )); in deallocate_individual()
287 BOOST_STATIC_ASSERT(( Version > 1 )); in allocate_many()
308 BOOST_STATIC_ASSERT(( Version > 1 )); in allocate_many()
329 BOOST_STATIC_ASSERT(( Version > 1 )); in deallocate_many()