Searched refs:AllocationDisableMask (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/container/ |
D | allocator.hpp | 40 template<unsigned Version, unsigned int AllocationDisableMask> 41 class allocator<void, Version, AllocationDisableMask> 43 typedef allocator<void, Version, AllocationDisableMask> self_t; 67 , Version, AllocationDisableMask 85 allocator(const allocator<T2, Version, AllocationDisableMask> &) in allocator() argument 102 , unsigned int AllocationDisableMask BOOST_CONTAINER_DOCONLY(=0)> 110 typedef allocator<T, Version, AllocationDisableMask> self_t; 120 BOOST_STATIC_ASSERT(( (AllocationDisableMask & ForbiddenMask) != ForbiddenMask )); 123 BOOST_STATIC_ASSERT(( Version != 1 || (AllocationDisableMask == 0) )); 153 typedef allocator<T2, Version, AllocationDisableMask> other; [all …]
|
D | container_fwd.hpp | 292 , unsigned int AllocationDisableMask = 0>
|