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++/libcxx/include/
Dlist551 __node_allocator& __node_alloc() _NOEXCEPT
554 const __node_allocator& __node_alloc() const _NOEXCEPT
647 if (__node_alloc() != __c.__node_alloc())
649 __node_alloc() = __c.__node_alloc();
660 __node_alloc() = _VSTD::move(__c.__node_alloc());
710 __node_allocator& __na = __node_alloc();
748 this->__node_alloc() == __c.__node_alloc(),
752 __swap_alloc(__node_alloc(), __c.__node_alloc());
1173 __c.__node_alloc())))
1239 : base(allocator_type(_VSTD::move(__c.__node_alloc())))
[all …]
D__hash_table845 __node_allocator& __node_alloc() _NOEXCEPT {return __p1_.second();}
847 const __node_allocator& __node_alloc() const _NOEXCEPT
1123 __node_alloc() = _VSTD::move(__u.__node_alloc());
1218 select_on_container_copy_construction(__u.__node_alloc())),
1265 if (__a == allocator_type(__u.__node_alloc()))
1298 if (__node_alloc() != __u.__node_alloc())
1305 __node_alloc() = __u.__node_alloc();
1328 __node_allocator& __na = __node_alloc();
1404 if (__node_alloc() == __u.__node_alloc())
2082 __node_allocator& __na = __node_alloc();
[all …]
D__tree848 __node_allocator& __node_alloc() _NOEXCEPT {return __pair1_.second();}
851 const __node_allocator& __node_alloc() const _NOEXCEPT
860 {return allocator_type(__node_alloc());}
921 {return __node_traits::max_size(__node_alloc());}
1073 {__node_alloc() = __t.__node_alloc();}
1093 {__node_alloc() = _VSTD::move(__t.__node_alloc());}
1292 __pair1_(__node_traits::select_on_container_copy_construction(__t.__node_alloc())),
1372 if (__node_alloc() == __t.__node_alloc())
1444 __node_allocator& __na = __node_alloc();
1461 __swap_alloc(__node_alloc(), __t.__node_alloc());
[all …]
Dunordered_map855 {return allocator_type(__table_.__node_alloc());}
1263 __node_allocator& __na = __table_.__node_alloc();
1276 __node_allocator& __na = __table_.__node_alloc();
1289 __node_allocator& __na = __table_.__node_alloc();
1307 __node_allocator& __na = __table_.__node_alloc();
1336 __node_allocator& __na = __table_.__node_alloc();
1593 {return allocator_type(__table_.__node_alloc());}
1961 __node_allocator& __na = __table_.__node_alloc();
1974 __node_allocator& __na = __table_.__node_alloc();
1991 __node_allocator& __na = __table_.__node_alloc();
Dmap1296 __node_allocator& __na = __tree_.__node_alloc();
1310 __node_allocator& __na = __tree_.__node_alloc();
1322 __node_allocator& __na = __tree_.__node_alloc();
1338 __node_allocator& __na = __tree_.__node_alloc();
1356 __node_allocator& __na = __tree_.__node_alloc();
1928 __node_allocator& __na = __tree_.__node_alloc();
1942 __node_allocator& __na = __tree_.__node_alloc();
1957 __node_allocator& __na = __tree_.__node_alloc();
Dunordered_set451 {return allocator_type(__table_.__node_alloc());}
985 {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++/libcxx/include/ext/
Dhash_set261 {return allocator_type(__table_.__node_alloc());}
482 {return allocator_type(__table_.__node_alloc());}
Dhash_map547 {return allocator_type(__table_.__node_alloc());}
685 __node_allocator& __na = __table_.__node_alloc();
825 {return allocator_type(__table_.__node_alloc());}