Home
last modified time | relevance | path

Searched refs:__node_alloc (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_abbrevs.h45 # define __node_alloc D__A macro
D_alloc.h148 class _STLP_CLASS_DECLSPEC __node_alloc {
165 _STLP_EXPORT_TEMPLATE_CLASS __debug_alloc<__node_alloc>;
224 typedef __node_alloc __alloc_type;
/ndk/sources/cxx-stl/llvm-libc++/include/
Dlist522 __node_allocator& __node_alloc() _NOEXCEPT
525 const __node_allocator& __node_alloc() const _NOEXCEPT
614 if (__node_alloc() != __c.__node_alloc())
616 __node_alloc() = __c.__node_alloc();
627 __node_alloc() = _VSTD::move(__c.__node_alloc());
677 __node_allocator& __na = __node_alloc();
714 this->__node_alloc() == __c.__node_alloc(),
718 __swap_alloc(__node_alloc(), __c.__node_alloc());
1112 __c.__node_alloc())))
1178 : base(allocator_type(_VSTD::move(__c.__node_alloc())))
[all …]
D__hash_table554 __node_allocator& __node_alloc() _NOEXCEPT {return __p1_.second();}
556 const __node_allocator& __node_alloc() const _NOEXCEPT
771 __node_alloc() = _VSTD::move(__u.__node_alloc());
863 select_on_container_copy_construction(__u.__node_alloc())),
910 if (__a == allocator_type(__u.__node_alloc()))
940 if (__node_alloc() != __u.__node_alloc())
947 __node_alloc() = __u.__node_alloc();
970 __node_allocator& __na = __node_alloc();
1028 if (__node_alloc() == __u.__node_alloc())
1643 __node_allocator& __na = __node_alloc();
[all …]
D__tree835 __node_allocator& __node_alloc() _NOEXCEPT {return __pair1_.second();}
838 const __node_allocator& __node_alloc() const _NOEXCEPT
847 {return allocator_type(__node_alloc());}
908 {return __node_traits::max_size(__node_alloc());}
1060 {__node_alloc() = __t.__node_alloc();}
1080 {__node_alloc() = _VSTD::move(__t.__node_alloc());}
1276 __pair1_(__node_traits::select_on_container_copy_construction(__t.__node_alloc())),
1356 if (__node_alloc() == __t.__node_alloc())
1428 __node_allocator& __na = __node_alloc();
1445 __swap_alloc(__node_alloc(), __t.__node_alloc());
[all …]
Dunordered_map766 {return allocator_type(__table_.__node_alloc());}
1098 __node_allocator& __na = __table_.__node_alloc();
1115 __node_allocator& __na = __table_.__node_alloc();
1133 __node_allocator& __na = __table_.__node_alloc();
1152 __node_allocator& __na = __table_.__node_alloc();
1181 __node_allocator& __na = __table_.__node_alloc();
1398 {return allocator_type(__table_.__node_alloc());}
1720 __node_allocator& __na = __table_.__node_alloc();
1737 __node_allocator& __na = __table_.__node_alloc();
1755 __node_allocator& __na = __table_.__node_alloc();
[all …]
Dmap1188 __node_allocator& __na = __tree_.__node_alloc();
1206 __node_allocator& __na = __tree_.__node_alloc();
1223 __node_allocator& __na = __tree_.__node_alloc();
1239 __node_allocator& __na = __tree_.__node_alloc();
1257 __node_allocator& __na = __tree_.__node_alloc();
1767 __node_allocator& __na = __tree_.__node_alloc();
1785 __node_allocator& __na = __tree_.__node_alloc();
1802 __node_allocator& __na = __tree_.__node_alloc();
1818 __node_allocator& __na = __tree_.__node_alloc();
Dunordered_set396 {return allocator_type(__table_.__node_alloc());}
808 {return allocator_type(__table_.__node_alloc());}
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp102 template class _STLP_CLASS_DECLSPEC __debug_alloc<__node_alloc>;
Dallocators.cpp742 void * _STLP_CALL __node_alloc::_M_allocate(size_t& __n) in _M_allocate()
745 void _STLP_CALL __node_alloc::_M_deallocate(void *__p, size_t __n) in _M_deallocate()
/ndk/sources/cxx-stl/llvm-libc++/include/ext/
Dhash_set257 {return allocator_type(__table_.__node_alloc());}
478 {return allocator_type(__table_.__node_alloc());}
Dhash_map543 {return allocator_type(__table_.__node_alloc());}
681 __node_allocator& __na = __table_.__node_alloc();
821 {return allocator_type(__table_.__node_alloc());}