Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 25 of 28) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Dmax_size.pass.cpp36 size_t max_size() const in max_size() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dstack_allocator.h58 size_type max_size() const {return N;} in max_size() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h79 size_type max_size() const throw() in max_size() function
139 size_type max_size() const throw() in max_size() function
218 std::size_t max_size() const in max_size() function
Dallocators.h53 std::size_t max_size() const {return id_;} in max_size() function
Dnasty_containers.hpp67 size_type max_size() const _NOEXCEPT { return v_.max_size(); } in max_size() function in nasty_vector
199 size_type max_size() const _NOEXCEPT { return l_.max_size(); } in max_size() function in nasty_list
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h72 size_type max_size() const throw() in max_size() function
151 std::size_t max_size() const in max_size() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_base.h104 size_t max_size() const { in max_size() function
D_pthread_alloc.h155 size_type max_size() const _STLP_NOTHROW in max_size() function
D_vector.h193 size_type max_size() const { in max_size() function
D_alloc.h330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); } in max_size() function
D_string_sum.h112 size_t max_size() const { return _M_get_storage().max_size(); } in max_size() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dthread.cpp156 size_t max_size() const {return size_t(~0) / sizeof(T);} in max_size() function in __hidden_allocator
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Darray.hpp161 static size_type max_size() { return N; } in max_size() function in boost::array
300 static size_type max_size() { return 0; } in max_size() function in boost::array
/ndk/tests/device/test-stlport/unit/
Dmvctor_declaration_test.cpp107 size_type max_size() const _STLP_NOTHROW { return 0; } in max_size() function in std::allocator
Dstack_allocator.h137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } in max_size() function
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_declaration_test.cpp107 size_type max_size() const _STLP_NOTHROW { return 0; } in max_size() function in std::allocator
Dstack_allocator.h137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } in max_size() function
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_vector.h90 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
D_list.h166 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
D_slist.h196 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_deque.h201 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
D_tree.h168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
D_hashtable.h166 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
D_list.h176 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
D_slist.h201 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function

12