Searched refs:__max_size (Results 1 – 5 of 5) sorted by relevance
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
D | buffer.h | 408 _LIBCPP_HIDE_FROM_ABI explicit __format_to_n_buffer_base(_OutIt __out_it, _Size __max_size) 409 : __writer_(_VSTD::move(__out_it)), __max_size_(_VSTD::max(_Size(0), __max_size)) {} 438 _LIBCPP_HIDE_FROM_ABI explicit __format_to_n_buffer_base(_OutIt __out_it, _Size __max_size) 439 : __output_(_VSTD::__unwrap_iter(__out_it), __max_size, this), 441 __max_size_(__max_size) { 442 if (__max_size <= 0) [[unlikely]] 490 _LIBCPP_HIDE_FROM_ABI explicit __format_to_n_buffer(_OutIt __out_it, _Size __max_size) 491 : _Base(_VSTD::move(__out_it), __max_size) {}
|
/external/libcxx/include/experimental/ |
D | memory_resource | 187 if (__n > __max_size()) { 199 _LIBCPP_ASSERT(__n <= __max_size(), 312 size_t __max_size() const _NOEXCEPT 388 if (__bytes > __max_size()) { 399 _LIBCPP_ASSERT(__bytes <= __max_size(), 413 size_t __max_size() const _NOEXCEPT {
|
/external/cronet/buildtools/third_party/libc++/trunk/include/experimental/ |
D | memory_resource | 191 if (__n > __max_size()) 200 _LIBCPP_ASSERT(__n <= __max_size(), 313 size_t __max_size() const _NOEXCEPT 392 if (__bytes > __max_size()) 400 _LIBCPP_ASSERT(__bytes <= __max_size(), 413 size_t __max_size() const _NOEXCEPT {
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/ |
D | polymorphic_allocator.h | 64 if (__n > __max_size()) { in allocate() 71 _LIBCPP_ASSERT(__n <= __max_size(), "deallocate called for size which exceeds max_size()"); in deallocate() 195 _LIBCPP_HIDE_FROM_ABI size_t __max_size() const noexcept { in __max_size() function
|
/external/libcxx/include/ |
D | memory | 1600 {return __max_size(__has_max_size<const allocator_type>(), __a);} 1752 static size_type __max_size(true_type, const allocator_type& __a) _NOEXCEPT 1755 static size_type __max_size(false_type, const allocator_type&) _NOEXCEPT
|