/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_io.c | 89 __n = __s.max_size(); 95 (__width > __STATIC_CAST(streamsize, __s.max_size()))) 144 while (__nread < __s.max_size()) { in getline() 160 if (__nread == 0 || __nread >= __s.max_size()) in getline()
|
D | _pthread_alloc.h | 130 if (__n > max_size()) { 155 size_type max_size() const _STLP_NOTHROW in max_size() function 169 if (__n > max_size()) { in allocate() 313 if (__n > max_size()) { 338 size_type max_size() const _STLP_NOTHROW 355 if (__n > max_size()) {
|
D | _string_sum_methods.h | 106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size)) in _M_append_sum() 130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size)) in _M_append_sum_pos()
|
D | _string.h | 304 if (__n > max_size() - __size) in _M_compute_next_size() 307 if (__len > max_size() || __len < __size) in _M_compute_next_size() 308 __len = max_size(); // overflow in _M_compute_next_size() 402 size_type max_size() const { return _Base::max_size(); } in max_size() function 611 if (__s.size() > max_size() - size()) in insert() 622 if (__len > max_size() - size()) in insert() 632 if (__n > max_size() - size()) in insert() 643 if (__len > max_size() - size()) in insert() 652 if (__n > max_size() - size()) in insert() 818 if (__s.size() > max_size() - (__size - __len)) in replace() [all …]
|
D | _string_base.h | 104 size_t max_size() const { in max_size() function 106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size(); in max_size()
|
D | _unordered_set.h | 115 size_type max_size() const { return _M_ht.max_size(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 265 size_type max_size() const { return _M_ht.max_size(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _set.h | 161 size_type max_size() const { return _M_t.max_size(); } in _STLP_CREATE_ITERATOR_TRAITS() 332 size_type max_size() const { return _M_t.max_size(); } in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _map.h | 173 size_type max_size() const { return _M_t.max_size(); } in _STLP_CREATE_ITERATOR_TRAITS() 359 size_type max_size() const { return _M_t.max_size(); } in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _alloc.h | 302 if (__n > max_size()) { 330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); } in max_size() function 342 if (__n > max_size()) { in _M_allocate()
|
D | _unordered_map.h | 121 size_type max_size() const { return _M_ht.max_size(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 289 size_type max_size() const { return _M_ht.max_size(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _vector.h | 173 if (__n > max_size() - __size) in _M_compute_next_size() 176 if (__len > max_size() || __len < __size) in _M_compute_next_size() 177 __len = max_size(); // overflow in _M_compute_next_size() 193 size_type max_size() const { in max_size() function 195 typename allocator_type::size_type __alloc_max_size = this->_M_end_of_storage.max_size(); in max_size()
|
D | _hash_map.h | 167 size_type max_size() const { return _M_ht.max_size(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 358 size_type max_size() const { return _M_ht.max_size(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _hash_set.h | 168 size_type max_size() const { return _M_ht.max_size(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 350 size_type max_size() const { return _M_ht.max_size(); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
/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 | _set.h | 221 size_type max_size() const { return _M_t.max_size(); } 474 size_type max_size() const { return _M_t.max_size(); }
|
D | _list.h | 166 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
|
D | _deque.h | 155 size_type max_size() const { return _M_impl.max_size(); }
|
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 | _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 | _deque.h | 201 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
|
D | _vector.h | 157 size_type max_size() const { return _M_non_dbg_impl.max_size(); }
|
D | _list.h | 176 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
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-stlport/unit/ |
D | stack_allocator.h | 137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } in max_size() function
|