Searched refs:max_size (Results 251 - 275 of 382) sorted by relevance

<<111213141516

/external/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
/external/stlport/stlport/stl/pointers/
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
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdpint.h256 SDP_API extern UINT16 sdp_set_max_attr_list_size (UINT16 max_size);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.h204 int* max_size);
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dnative_app_window_cocoa.h150 const gfx::Size& max_size) OVERRIDE;
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h161 const gfx::Size& max_size) OVERRIDE;
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.h86 const blink::WebSize& max_size) OVERRIDE;
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_base.h186 const gfx::Size& max_size);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
H A Dstring_piece.h133 size_type max_size() const { return length_; } function in class:i18n::phonenumbers::StringPiece
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h225 uint8_t* mem; // final buffer (of size 'max_size', larger than 'size').
227 size_t max_size; // total capacity member in struct:WebPMemoryWriter
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h130 // max_size specifies largest currently possible allocation size.
131 bool FindInsideAlloc(const void* ptr, size_t max_size,
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h127 // max_size specifies largest currently possible allocation size.
128 bool FindInsideAlloc(const void* ptr, size_t max_size,
/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_rb.c811 __u64 max_size = 0; local
827 if (ext->count > max_size)
828 max_size = ext->count;
859 max_size, avg_size);
/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h562 uint32_t max_size; member in struct:drm_vmw_get_3d_cap_arg
/external/libcxx/test/support/
H A Dallocators.h53 std::size_t max_size() const {return id_;} function in class:A1
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dta_int.h224 UINT32 max_size; member in struct:__anon24140
/external/stlport/stlport/stl/
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
/external/stlport/test/eh/
H A DPrefix.h155 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
/external/stlport/test/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 422 milliseconds

<<111213141516