Searched refs:max_size (Results 1 - 25 of 43) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_string_io.c89 __n = __s.max_size();
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
144 while (__nread < __s.max_size()) {
160 if (__nread == 0 || __nread >= __s.max_size())
H A D_pthread_alloc.h130 if (__n > max_size()) {
155 size_type max_size() const _STLP_NOTHROW
169 if (__n > max_size()) {
313 if (__n > max_size()) {
338 size_type max_size() const _STLP_NOTHROW
355 if (__n > max_size()) {
H A D_string_sum_methods.h106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
H A D_string_base.h92 // Precondition: 0 < __n <= max_size().
104 size_t max_size() const { function in class:_String_base
106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
H A D_string.h304 if (__n > max_size() - __size)
307 if (__len > max_size() || __len < __size)
308 __len = max_size(); // overflow
402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string
611 if (__s.size() > max_size() - size())
622 if (__len > max_size() - size())
632 if (__n > max_size() - size())
643 if (__len > max_size() - size())
652 if (__n > max_size()
[all...]
H A D_alloc.h302 if (__n > max_size()) {
330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
342 if (__n > max_size()) {
H A D_map.h173 size_type max_size() const { return _M_t.max_size(); } function in class:map
359 size_type max_size() const { return _M_t.max_size(); } function in class:multimap
H A D_set.h161 size_type max_size() const { return _M_t.max_size(); } function in class:set
332 size_type max_size() const { return _M_t.max_size(); } function in class:multiset
H A D_unordered_map.h121 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_map
289 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_multimap
H A D_unordered_set.h115 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_set
265 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_multiset
H A D_vector.h173 if (__n > max_size() - __size)
176 if (__len > max_size() || __len < __size)
177 __len = max_size(); // overflow
193 size_type max_size() const { function in class:vector
195 typename allocator_type::size_type __alloc_max_size = this->_M_end_of_storage.max_size();
H A D_hash_map.h167 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_map
358 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_multimap
H A D_hash_set.h168 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_set
350 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_multiset
H A D_sstream.c235 size_t __app_size = sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
279 _M_str.reserve(sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h90 size_type max_size() const { return _M_impl.max_size(); } function in class:vector
H A D_list.h166 size_type max_size() const { return _M_impl.max_size(); } function in class:list
H A D_set.h221 size_type max_size() const { return _M_t.max_size(); } function in class:set
474 size_type max_size() const { return _M_t.max_size(); } function in class:multiset
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_deque.h201 size_type max_size() const { return _M_non_dbg_impl.max_size(); }
H A D_hashtable.h166 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:hashtable
H A D_tree.h168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:_Rb_tree
H A D_vector.h157 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:vector
/ndk/tests/device/test-gnustl-full/unit/
H A Dmvctor_declaration_test.cpp107 size_type max_size() const _STLP_NOTHROW { return 0; }
H A Dstack_allocator.h137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } function in struct:StackAllocator
/ndk/tests/device/test-stlport/unit/
H A Dmvctor_declaration_test.cpp107 size_type max_size() const _STLP_NOTHROW { return 0; }
H A Dstack_allocator.h137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } function in struct:StackAllocator

Completed in 1292 milliseconds

12