Home
last modified time | relevance | path

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

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_io.c89 __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.h130 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.h106 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.h304 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.h104 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.h115 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.h161 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.h173 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.h302 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.h121 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.h173 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.h167 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.h168 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.h90 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
D_set.h221 size_type max_size() const { return _M_t.max_size(); }
474 size_type max_size() const { return _M_t.max_size(); }
D_list.h166 size_type max_size() const { return _M_impl.max_size(); } in max_size() function
D_deque.h155 size_type max_size() const { return _M_impl.max_size(); }
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_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_deque.h201 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
D_vector.h157 size_type max_size() const { return _M_non_dbg_impl.max_size(); }
D_list.h176 size_type max_size() const { return _M_non_dbg_impl.max_size(); } in max_size() function
/ndk/tests/device/test-gnustl-full/unit/
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-stlport/unit/
Dstack_allocator.h137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } in max_size() function

12