Searched refs:max_size (Results 1 - 25 of 38) sorted by path

12

/haiku/headers/cpp/
H A Ddefalloc.h83 size_type max_size() const { function in class:allocator
H A Dpthread_alloc403 size_type max_size() const __STL_NOTHROW
H A Dstl_alloc.h767 size_type max_size() const __STL_NOTHROW
845 size_type max_size() const __STL_NOTHROW
H A Dstl_bvector.h511 size_type max_size() const { return size_type(-1); } function in class:vector
H A Dstl_deque.h562 size_type max_size() const { return size_type(-1); } function in class:_Deque_iterator::deque
H A Dstl_hash_map.h148 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_map
331 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_multimap
H A Dstl_hash_set.h146 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_set
325 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_multiset
H A Dstl_hashtable.h304 size_type max_size() const { return size_type(-1); } function in class:hashtable
H A Dstl_list.h334 size_type max_size() const { return size_type(-1); } function in class:list
H A Dstl_map.h149 size_type max_size() const { return _M_t.max_size(); } function in class:map
H A Dstl_multimap.h146 size_type max_size() const { return _M_t.max_size(); } function in class:multimap
H A Dstl_multiset.h134 size_type max_size() const { return _M_t.max_size(); } function in class:multiset
H A Dstl_rope.h1831 size_type max_size() const { function in class:rope
2274 return max_size();
H A Dstl_set.h128 size_type max_size() const { return _M_t.max_size(); } function in class:set
H A Dstl_slist.h423 size_type max_size() const { return size_type(-1); } function in class:slist
H A Dstl_tree.h700 size_type max_size() const { return size_type(-1); } function in class:_Rb_tree
H A Dstl_vector.h213 size_type max_size() const function in class:vector
/haiku/headers/cpp/std/
H A Dbastring.cc159 LENGTHERROR (len - n1 > max_size () - n2);
195 LENGTHERROR (len - n1 > max_size () - n2);
220 LENGTHERROR (n > max_size ());
/haiku/headers/private/graphics/common/
H A Dlog_coll.h64 void log_getcopy( struct log_info_t *li, void *dest, uint32 max_size );
/haiku/headers/private/media/
H A DServerInterface.h1048 int32 max_size; member in struct:controllable_get_parameter_web_request
/haiku/headers/private/userlandfs/private/
H A DRequest.h54 int32 max_size; member in struct:UserlandFSUtil::AddressInfo
/haiku/src/add-ons/accelerants/radeon/
H A DProposeDisplayMode.c592 size_t max_size; local
600 max_size = (max_num_modes * sizeof(display_mode) + (B_PAGE_SIZE-1)) & ~(B_PAGE_SIZE-1);
604 max_size, B_NO_LOCK, B_READ_AREA | B_WRITE_AREA);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmidi_driver.h56 /* message. SysX is handled by returning max_size until the end or next initial message */
86 int (*parse)(uint32 * state, uchar byte, size_t max_size);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.h71 const runlist_element *rl, const VCN start_vcn, int max_size);
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp13 infos[(*count)++].max_size = INT32_MAX; // TODO:...
448 if (offset < 0 || size < 0 || size > infos[i].max_size)

Completed in 163 milliseconds

12