Home
last modified time | relevance | path

Searched defs:optimal_buffer_size (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/iostreams/
Doptimal_buffer_size.hpp36 std::streamsize optimal_buffer_size(const T& t) in optimal_buffer_size() function
63 static std::streamsize optimal_buffer_size(const T& t) in optimal_buffer_size() function
70 static std::streamsize optimal_buffer_size(const T&) in optimal_buffer_size() function
77 static std::streamsize optimal_buffer_size(const T&) in optimal_buffer_size() function
Dcompose.hpp257 std::streamsize optimal_buffer_size() const in optimal_buffer_size() function in boost::iostreams::detail::composite_filter
484 composite_device<Filter, Device, Mode>::optimal_buffer_size() const in optimal_buffer_size() function in boost::iostreams::detail::composite_device
Dtee.hpp196 std::streamsize optimal_buffer_size() const in optimal_buffer_size() function in boost::iostreams::tee_device
/third_party/boost/libs/iostreams/test/
Dbuffer_size_test.cpp27 std::streamsize optimal_buffer_size() const in optimal_buffer_size() function
/third_party/boost/boost/iostreams/detail/adapter/
Ddevice_adapter.hpp57 std::streamsize optimal_buffer_size() const in optimal_buffer_size() function in boost::iostreams::detail::device_adapter
Dfilter_adapter.hpp59 std::streamsize optimal_buffer_size() const in optimal_buffer_size() function in boost::iostreams::detail::filter_adapter
Dconcept_adapter.hpp118 std::streamsize optimal_buffer_size() const in optimal_buffer_size() function in boost::iostreams::detail::concept_adapter
/third_party/boost/boost/iostreams/filter/
Dcounter.hpp47 std::streamsize optimal_buffer_size() const { return 0; } in optimal_buffer_size() function in boost::iostreams::basic_counter