Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/third_party/boost/libs/log/src/
Dcode_conversion.cpp142 …ert_impl(const wchar_t* str1, std::size_t len, std::string& str2, std::size_t max_size, std::local… in code_convert_impl()
148 …nvert_impl(const char* str1, std::size_t len, std::wstring& str2, std::size_t max_size, std::local… in code_convert_impl()
158 …rt_impl(const char16_t* str1, std::size_t len, std::string& str2, std::size_t max_size, std::local… in code_convert_impl()
164 …ert_impl(const char* str1, std::size_t len, std::u16string& str2, std::size_t max_size, std::local… in code_convert_impl()
170 …t_impl(const char16_t* str1, std::size_t len, std::wstring& str2, std::size_t max_size, std::local… in code_convert_impl()
183 …rt_impl(const char32_t* str1, std::size_t len, std::string& str2, std::size_t max_size, std::local… in code_convert_impl()
189 …ert_impl(const char* str1, std::size_t len, std::u32string& str2, std::size_t max_size, std::local… in code_convert_impl()
195 …t_impl(const char32_t* str1, std::size_t len, std::wstring& str2, std::size_t max_size, std::local… in code_convert_impl()
208 …impl(const char16_t* str1, std::size_t len, std::u32string& str2, std::size_t max_size, std::local… in code_convert_impl()
217 …impl(const char32_t* str1, std::size_t len, std::u16string& str2, std::size_t max_size, std::local… in code_convert_impl()
/third_party/boost/boost/beast/core/impl/
Dread_size.hpp36 std::size_t max_size, std::true_type) in read_size()
44 std::size_t max_size, std::false_type) in read_size()
62 DynamicBuffer& buffer, std::size_t max_size) in read_size()
71 DynamicBuffer& buffer, std::size_t max_size) in read_size_or_throw()
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dread_size.hpp36 std::size_t max_size, std::true_type) in read_size()
44 std::size_t max_size, std::false_type) in read_size()
62 DynamicBuffer& buffer, std::size_t max_size) in read_size()
71 DynamicBuffer& buffer, std::size_t max_size) in read_size_or_throw()
/third_party/boost/boost/log/detail/
Dattachable_sstream_buf.hpp74 size_type max_size; member
124 void attach(string_type& storage, size_type max_size) in attach()
135 size_type max_size() const BOOST_NOEXCEPT { return m_storage_state.max_size; } in max_size() function in boost::aux::basic_ostringstreambuf
137 void max_size(size_type size) in max_size() function in boost::aux::basic_ostringstreambuf
286 …size_type length_until_boundary(const char_type* s, size_type, size_type max_size, boost::true_typ… in length_until_boundary() argument
295 …static size_type length_until_boundary(const char_type* s, size_type n, size_type max_size, boost:… in length_until_boundary()
Dcode_conversion.hpp73 …sic_string< TargetCharT, TargetTraitsT, TargetAllocatorT >& str2, std::size_t max_size, std::local… in code_convert()
84 …sic_string< TargetCharT, TargetTraitsT, TargetAllocatorT >& str2, std::size_t max_size, std::local… in code_convert()
123 …sic_string< TargetCharT, TargetTraitsT, TargetAllocatorT >& str2, std::size_t max_size, std::local… in code_convert()
131 …sic_string< TargetCharT, TargetTraitsT, TargetAllocatorT >& str2, std::size_t max_size, std::local… in code_convert()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h82 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) {} in MRUCacheBase()
86 size_type max_size() const { return max_size_; } in max_size() function
238 explicit MRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in MRUCache()
264 explicit HashingMRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in HashingMRUCache()
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h82 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) {} in MRUCacheBase()
86 size_type max_size() const { return max_size_; } in max_size() function
238 explicit MRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in MRUCache()
264 explicit HashingMRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in HashingMRUCache()
/third_party/boost/boost/log/expressions/formatters/
Dmax_size_decorator.hpp103 …rator_output_terminal(LeftT const& left, subactor_type const& sub, size_type max_size, string_type… in max_size_decorator_output_terminal()
284 …max_size_decorator_terminal(subactor_type const& sub, size_type max_size, string_type const& overf… in max_size_decorator_terminal()
468 …explicit max_size_decorator_gen(size_type max_size, string_type const& overflow_marker = string_ty… in max_size_decorator_gen()
493 BOOST_FORCEINLINE aux::max_size_decorator_gen< CharT > max_size_decor(std::size_t max_size) in max_size_decor()
509 BOOST_FORCEINLINE aux::max_size_decorator_gen< CharT > max_size_decor(std::size_t max_size, const C… in max_size_decor()
524 BOOST_FORCEINLINE aux::max_size_decorator_gen< CharT > max_size_decor(std::size_t max_size, std::ba… in max_size_decor()
/third_party/boost/boost/lockfree/
Dspsc_queue.hpp66 static size_t next_index(size_t arg, size_t max_size) in next_index()
74 static size_t read_available(size_t write_index, size_t read_index, size_t max_size) in read_available()
83 static size_t write_available(size_t write_index, size_t read_index, size_t max_size) in write_available()
105 bool push(T const & t, T * buffer, size_t max_size) in push()
120 size_t push(const T * input_buffer, size_t input_count, T * internal_buffer, size_t max_size) in push()
126 ConstIterator push(ConstIterator begin, ConstIterator end, T * internal_buffer, size_t max_size) in push()
164 bool consume_one(Functor & functor, T * buffer, size_t max_size) in consume_one()
181 bool consume_one(Functor const & functor, T * buffer, size_t max_size) in consume_one()
198 size_t consume_all (Functor const & functor, T * internal_buffer, size_t max_size) in consume_all()
233 size_t consume_all (Functor & functor, T * internal_buffer, size_t max_size) in consume_all()
[all …]
/third_party/boost/boost/beast/core/
Dstatic_buffer.hpp114 max_size() const noexcept in max_size() function in boost::beast::static_buffer_base
273 max_size() const noexcept in max_size() function in boost::beast::static_buffer
Dflat_static_buffer.hpp112 max_size() const noexcept in max_size() function in boost::beast::flat_static_buffer_base
296 max_size() const in max_size() function in boost::beast::flat_static_buffer
Dflat_buffer.hpp334 max_size(std::size_t n) noexcept in max_size() function in boost::beast::basic_flat_buffer
411 max_size() const noexcept in max_size() function in boost::beast::basic_flat_buffer
Dmulti_buffer.hpp399 max_size(std::size_t n) noexcept in max_size() function in boost::beast::basic_multi_buffer
471 max_size() const noexcept in max_size() function in boost::beast::basic_multi_buffer
/third_party/boost/libs/beast/include/boost/beast/core/
Dstatic_buffer.hpp114 max_size() const noexcept in max_size() function in boost::beast::static_buffer_base
273 max_size() const noexcept in max_size() function in boost::beast::static_buffer
Dflat_static_buffer.hpp112 max_size() const noexcept in max_size() function in boost::beast::flat_static_buffer_base
296 max_size() const in max_size() function in boost::beast::flat_static_buffer
Dflat_buffer.hpp334 max_size(std::size_t n) noexcept in max_size() function in boost::beast::basic_flat_buffer
411 max_size() const noexcept in max_size() function in boost::beast::basic_flat_buffer
Dmulti_buffer.hpp399 max_size(std::size_t n) noexcept in max_size() function in boost::beast::basic_multi_buffer
471 max_size() const noexcept in max_size() function in boost::beast::basic_multi_buffer
/third_party/boost/libs/asio/include/boost/asio/
Dbasic_streambuf.hpp169 std::size_t max_size() const BOOST_ASIO_NOEXCEPT in max_size() function in boost::asio::basic_streambuf
355 basic_streambuf& sb, std::size_t max_size) in read_size_helper()
407 std::size_t max_size() const BOOST_ASIO_NOEXCEPT in max_size() function in boost::asio::basic_streambuf_ref
/third_party/boost/boost/asio/
Dbasic_streambuf.hpp169 std::size_t max_size() const BOOST_ASIO_NOEXCEPT in max_size() function in boost::asio::basic_streambuf
355 basic_streambuf& sb, std::size_t max_size) in read_size_helper()
407 std::size_t max_size() const BOOST_ASIO_NOEXCEPT in max_size() function in boost::asio::basic_streambuf_ref
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dmempool.c19 mempool_create (mempool * mptr, const unsigned int size, unsigned int max_size, in mempool_create()
50 mempool_alloc (mempool * mptr, unsigned int size, unsigned int max_size) in mempool_alloc()
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dtest_allocator.hpp30 std::size_t max_size = ( member
173 max_size() const in max_size() function in boost::beast::test::test_allocator
179 max_size(std::size_t n) in max_size() function in boost::beast::test::test_allocator
/third_party/boost/boost/align/detail/
Dmax_size.hpp19 struct max_size struct
/third_party/alsa-utils/axfer/
Dcontainer.h47 uint64_t max_size; member
93 uint64_t max_size; member
101 uint64_t max_size; member
/third_party/re2/re2/
Dsparse_set.h109 int max_size() const { in max_size() function
240 template<typename Value> SparseSetT<Value>::SparseSetT(int max_size) : in SparseSetT()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h96 size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } in max_size() function
97 size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } in max_size() function

12345678910>>...18