Home
last modified time | relevance | path

Searched defs:buffer_type (Results 1 – 25 of 46) sorted by relevance

12

/third_party/boost/boost/histogram/
Dunlimited_storage.hpp148 struct buffer_type { struct in boost::histogram::unlimited_storage
150 using types = mp11::mp_list<U8, U16, U32, U64, large_int, double>;
153 static constexpr unsigned type_index() noexcept { in type_index()
158 decltype(auto) visit(F&& f, Ts&&... ts) const { in visit()
173 buffer_type(const allocator_type& a = {}) : alloc(a) {} in buffer_type() argument
175 buffer_type(buffer_type&& o) noexcept in buffer_type() function
181 buffer_type& operator=(buffer_type&& o) noexcept { in operator =()
190 buffer_type(const buffer_type& x) : alloc(x.alloc) { in buffer_type() argument
197 buffer_type& operator=(const buffer_type& o) { in operator =()
202 ~buffer_type() noexcept { destroy(); } in ~buffer_type()
[all …]
/third_party/boost/boost/range/detail/
Dany_iterator_interface.hpp64 typedef Buffer buffer_type; typedef
89 … typedef typename any_incrementable_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef
115 … typedef typename any_single_pass_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef
137 … typedef typename any_forward_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef
165 … typedef typename any_bidirectional_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef
/third_party/boost/boost/asio/
Dbuffers_iterator.hpp38 typedef const_buffer buffer_type; typedef
49 typedef mutable_buffer buffer_type; typedef
67 typedef typename helper::buffer_type buffer_type; typedef
75 typedef mutable_buffer buffer_type; typedef
83 typedef const_buffer buffer_type; typedef
93 typedef mutable_buffer buffer_type; typedef
101 typedef const_buffer buffer_type; typedef
115 BufferSequence, ByteType>::buffer_type buffer_type; typedef in boost::asio::buffers_iterator
/third_party/boost/libs/asio/include/boost/asio/
Dbuffers_iterator.hpp38 typedef const_buffer buffer_type; typedef
49 typedef mutable_buffer buffer_type; typedef
67 typedef typename helper::buffer_type buffer_type; typedef
75 typedef mutable_buffer buffer_type; typedef
83 typedef const_buffer buffer_type; typedef
93 typedef mutable_buffer buffer_type; typedef
101 typedef const_buffer buffer_type; typedef
115 BufferSequence, ByteType>::buffer_type buffer_type; typedef in boost::asio::buffers_iterator
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpvp9.c134 create_rtp_vp9_buffer_full (guint seqnum, guint picid, guint buffer_type, in create_rtp_vp9_buffer_full()
218 create_rtp_vp9_buffer (guint seqnum, guint picid, guint buffer_type, in create_rtp_vp9_buffer()
229 guint buffer_type; member
236 guint buffer_type; member
/third_party/boost/boost/beast/core/
Dbuffered_read_stream.hpp106 using buffer_type = DynamicBuffer; typedef in boost::beast::buffered_read_stream
/third_party/boost/libs/beast/include/boost/beast/core/
Dbuffered_read_stream.hpp106 using buffer_type = DynamicBuffer; typedef in boost::beast::buffered_read_stream
/third_party/boost/boost/graph/distributed/detail/
Dfiltered_queue.hpp27 typedef Buffer buffer_type; typedef in boost::filtered_queue
/third_party/boost/boost/mpi/detail/
Dbinary_buffer_oprimitive.hpp34 typedef std::vector<char, allocator<char> > buffer_type; typedef in boost::mpi::binary_buffer_oprimitive
Dbinary_buffer_iprimitive.hpp34 typedef std::vector<char, allocator<char> > buffer_type; typedef in boost::mpi::binary_buffer_iprimitive
Dpacked_iprimitive.hpp31 typedef std::vector<char, allocator<char> > buffer_type; typedef in boost::mpi::packed_iprimitive
Dpacked_oprimitive.hpp31 typedef std::vector<char, allocator<char> > buffer_type; typedef in boost::mpi::packed_oprimitive
/third_party/boost/libs/thread/example/
Dmonitor.cpp93 typedef buffer_t<M> buffer_type; in do_test() typedef
/third_party/boost/boost/beast/_experimental/test/
Dstream.hpp186 using buffer_type = flat_buffer; typedef in boost::beast::test::basic_stream
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/
Dstream.hpp186 using buffer_type = flat_buffer; typedef in boost::beast::test::basic_stream
/third_party/boost/boost/graph/distributed/
Dqueue.hpp109 typedef Buffer buffer_type; typedef in boost::graph::distributed::distributed_queue
/third_party/boost/boost/spirit/home/karma/nonterminal/
Ddebug_handler.hpp32 typedef detail::enable_buffering<output_iterator> buffer_type; typedef
/third_party/boost/boost/iostreams/
Dcode_converter.hpp145 typedef conversion_buffer<Codecvt, Alloc> buffer_type; typedef
249 typedef typename impl_type::buffer_type buffer_type; typedef in boost::iostreams::code_converter
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-buffer.c184 buffer_type_t buffer_type = GPOINTER_TO_INT (user_data); in test_buffer_contents() local
868 const void *buffer_type = GINT_TO_POINTER (i); in main() local
/third_party/skia/third_party/externals/tint/src/transform/
Dcalculate_array_length.cc84 auto get_buffer_size_intrinsic = [&](const sem::Struct* buffer_type) { in Run()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-buffer.c184 buffer_type_t buffer_type = GPOINTER_TO_INT (user_data); in test_buffer_contents() local
936 const void *buffer_type = GINT_TO_POINTER (i); in main() local
/third_party/harfbuzz/test/api/
Dtest-buffer.c184 buffer_type_t buffer_type = GPOINTER_TO_INT (user_data); in test_buffer_contents() local
936 const void *buffer_type = GINT_TO_POINTER (i); in main() local
/third_party/boost/boost/iostreams/filter/
Dsymmetric.hpp195 typedef detail::buffer<char_type, Alloc> buffer_type; typedef in boost::iostreams::symmetric_filter
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c230 int buffer_type; in egl_config_to_structure() local
387 int buffer_type; in gst_gl_context_egl_dump_config() local
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp59 typedef detail::basic_buffer<char_type, Alloc> buffer_type; typedef in boost::iostreams::detail::indirect_streambuf

12