HomeSort by: relevance | last modified time | path
    Searched defs:allocator_traits (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
memory_resource.h 386 template<typename _Alloc> struct allocator_traits;
395 struct allocator_traits<pmr::polymorphic_allocator<_Tp>> struct
441 using rebind_traits = allocator_traits<pmr::polymorphic_allocator<_Up>>;
memory_resource.h 386 template<typename _Alloc> struct allocator_traits;
395 struct allocator_traits<pmr::polymorphic_allocator<_Tp>> struct
441 using rebind_traits = allocator_traits<pmr::polymorphic_allocator<_Up>>;
memory_resource.h 386 template<typename _Alloc> struct allocator_traits;
395 struct allocator_traits<pmr::polymorphic_allocator<_Tp>> struct
441 using rebind_traits = allocator_traits<pmr::polymorphic_allocator<_Up>>;
alloc_traits.h 65 "allocator_traits<A>::rebind_alloc<A::value_type> must be A");
77 "allocator_traits<A>::rebind_alloc<A::value_type> must be A");
101 // to constrain allocator_traits::construct, as a libstdc++ extension.
144 struct allocator_traits : __allocator_traits_base struct in inherits:__allocator_traits_base
269 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
308 // 2466. allocator_traits::max_size() default behavior is incorrect
458 * @see std::allocator_traits
461 struct allocator_traits<allocator<_Tp>> struct
503 using rebind_traits = allocator_traits<allocator<_Up>>;
635 * @see std::allocator_traits
638 struct allocator_traits<allocator<void>> struct
    [all...]
alloc_traits.h 65 "allocator_traits<A>::rebind_alloc<A::value_type> must be A");
77 "allocator_traits<A>::rebind_alloc<A::value_type> must be A");
101 // to constrain allocator_traits::construct, as a libstdc++ extension.
144 struct allocator_traits : __allocator_traits_base struct in inherits:__allocator_traits_base
269 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
308 // 2466. allocator_traits::max_size() default behavior is incorrect
458 * @see std::allocator_traits
461 struct allocator_traits<allocator<_Tp>> struct
503 using rebind_traits = allocator_traits<allocator<_Up>>;
635 * @see std::allocator_traits
638 struct allocator_traits<allocator<void>> struct
    [all...]
alloc_traits.h 65 "allocator_traits<A>::rebind_alloc<A::value_type> must be A");
77 "allocator_traits<A>::rebind_alloc<A::value_type> must be A");
101 // to constrain allocator_traits::construct, as a libstdc++ extension.
144 struct allocator_traits : __allocator_traits_base struct in inherits:__allocator_traits_base
269 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
308 // 2466. allocator_traits::max_size() default behavior is incorrect
458 * @see std::allocator_traits
461 struct allocator_traits<allocator<_Tp>> struct
503 using rebind_traits = allocator_traits<allocator<_Up>>;
635 * @see std::allocator_traits
638 struct allocator_traits<allocator<void>> struct
    [all...]
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
allocator_traits.h 228 struct _LIBCPP_TEMPLATE_VIS allocator_traits struct
247 using rebind_traits = allocator_traits<rebind_alloc<_Tp> >;
255 using other = allocator_traits<typename rebind_alloc<_Tp>::other>;
allocator_traits.h 228 struct _LIBCPP_TEMPLATE_VIS allocator_traits struct
247 using rebind_traits = allocator_traits<rebind_alloc<_Tp> >;
255 using other = allocator_traits<typename rebind_alloc<_Tp>::other>;
allocator_traits.h 228 struct _LIBCPP_TEMPLATE_VIS allocator_traits struct
247 using rebind_traits = allocator_traits<rebind_alloc<_Tp> >;
255 using other = allocator_traits<typename rebind_alloc<_Tp>::other>;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
alloc_traits.h 90 struct allocator_traits : __allocator_traits_base struct in inherits:__allocator_traits_base
215 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
291 // 2466. allocator_traits::max_size() default behavior is incorrect
411 struct allocator_traits<allocator<_Tp>> struct
453 using rebind_traits = allocator_traits<allocator<_Up>>;
568 struct allocator_traits<allocator<void>> struct
610 using rebind_traits = allocator_traits<allocator<_Up>>;
681 typedef allocator_traits<_Alloc> __traits;
695 typedef allocator_traits<_Alloc> __traits;
713 typedef allocator_traits<_Alloc> __traits
    [all...]
alloc_traits.h 90 struct allocator_traits : __allocator_traits_base struct in inherits:__allocator_traits_base
215 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
291 // 2466. allocator_traits::max_size() default behavior is incorrect
411 struct allocator_traits<allocator<_Tp>> struct
453 using rebind_traits = allocator_traits<allocator<_Up>>;
568 struct allocator_traits<allocator<void>> struct
610 using rebind_traits = allocator_traits<allocator<_Up>>;
681 typedef allocator_traits<_Alloc> __traits;
695 typedef allocator_traits<_Alloc> __traits;
713 typedef allocator_traits<_Alloc> __traits
    [all...]
alloc_traits.h 90 struct allocator_traits : __allocator_traits_base struct in inherits:__allocator_traits_base
215 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
291 // 2466. allocator_traits::max_size() default behavior is incorrect
411 struct allocator_traits<allocator<_Tp>> struct
453 using rebind_traits = allocator_traits<allocator<_Up>>;
568 struct allocator_traits<allocator<void>> struct
610 using rebind_traits = allocator_traits<allocator<_Up>>;
681 typedef allocator_traits<_Alloc> __traits;
695 typedef allocator_traits<_Alloc> __traits;
713 typedef allocator_traits<_Alloc> __traits
    [all...]

Completed in 98 milliseconds