Home
last modified time | relevance | path

Searched defs:buffer_t (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/thread/example/
Dmonitor.cpp20 class buffer_t class
25 buffer_t(int n) in buffer_t() function in buffer_t
/third_party/boost/boost/gil/io/
Drow_buffer_helper.hpp31 using buffer_t = std::vector<element_t>; typedef
63 using buffer_t = std::vector<element_t>; typedef
119 using buffer_t = std::vector<element_t>; typedef
Dscanline_read_iterator.hpp87 using buffer_t = std::vector<byte_t>; typedef in boost::gil::scanline_read_iterator
/third_party/boost/libs/intrusive/test/
Dnull_iterator_test.cpp37 typedef boost::aligned_storage<sizeof(void*)*4>::type buffer_t; typedef
/third_party/boost/libs/container/test/
Dnull_iterators_test.cpp32 typedef boost::container::dtl::aligned_storage<sizeof(void*)*4>::type buffer_t; typedef
/third_party/boost/boost/gil/extension/io/jpeg/detail/
Dread.hpp164 using buffer_t = std::vector<ImagePixel>; in read_rows() typedef
/third_party/boost/libs/range/test/
Dstring.cpp57 typedef boost::array<value_type, Length + 1> buffer_t; typedef in __anondd53c2450111::test_string
/third_party/boost/libs/histogram/test/
Dunlimited_storage_test.cpp131 using buffer_t = std::decay_t<decltype(unsafe_access::unlimited_storage_buffer(u))>; in convert_foreign_storage() typedef
/third_party/curl/packages/OS400/
Dos400sys.c73 struct buffer_t { struct
85 static struct buffer_t *locbufs; argument
/third_party/boost/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp581 … typedef BOOST_DEDUCED_TYPENAME out_stream_helper_trait<CharT, Traits>::buffer_t buffer_t; in shr_using_base_class() typedef