/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
D | max_size.pass.cpp | 36 size_t max_size() const in max_size() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | stack_allocator.h | 58 size_type max_size() const {return N;} in max_size() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 79 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
|
D | allocators.h | 53 std::size_t max_size() const {return id_;} in max_size() function
|
D | nasty_containers.hpp | 67 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/ |
D | test_allocator.h | 72 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.h | 104 size_t max_size() const { in max_size() function
|
D | _pthread_alloc.h | 155 size_type max_size() const _STLP_NOTHROW in max_size() function
|
D | _vector.h | 193 size_type max_size() const { in max_size() function
|
D | _alloc.h | 330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); } in max_size() function
|
D | _string_sum.h | 112 size_t max_size() const { return _M_get_storage().max_size(); } in max_size() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | thread.cpp | 156 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/ |
D | array.hpp | 161 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/ |
D | mvctor_declaration_test.cpp | 107 size_type max_size() const _STLP_NOTHROW { return 0; } in max_size() function in std::allocator
|
D | stack_allocator.h | 137 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/ |
D | mvctor_declaration_test.cpp | 107 size_type max_size() const _STLP_NOTHROW { return 0; } in max_size() function in std::allocator
|
D | stack_allocator.h | 137 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.h | 90 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
|
D | _list.h | 166 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
|
D | _slist.h | 196 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _deque.h | 201 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
|
D | _tree.h | 168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
|
D | _hashtable.h | 166 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
|
D | _list.h | 176 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
|
D | _slist.h | 201 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
|