/third_party/boost/boost/range/detail/ |
D | any_iterator_interface.hpp | 64 typedef Buffer buffer_type; typedef 69 clone(buffer_type& buffer) const = 0; 72 clone_const_ref(buffer_type& buffer) const = 0; 75 clone_reference_as_value(buffer_type& buffer) const = 0; 89 … typedef typename any_incrementable_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef 93 clone(buffer_type& buffer) const = 0; 96 clone_const_ref(buffer_type& buffer) const = 0; 99 clone_reference_as_value(buffer_type& buffer) const = 0; 115 … typedef typename any_single_pass_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef 119 clone(buffer_type& buffer) const = 0; [all …]
|
D | any_iterator_wrapper.hpp | 73 typename any_incrementable_iterator_wrapper::buffer_type& buffer in clone() 85 typename any_incrementable_iterator_wrapper::buffer_type& buffer in clone_const_ref() 103 typename any_incrementable_iterator_wrapper::buffer_type& buffer in clone_reference_as_value() 155 typename any_single_pass_iterator_wrapper::buffer_type& buffer in clone() 167 typename any_single_pass_iterator_wrapper::buffer_type& buffer in clone_const_ref() 185 typename any_single_pass_iterator_wrapper::buffer_type& buffer in clone_reference_as_value() 247 typename any_forward_iterator_wrapper::buffer_type& buffer in clone() 259 typename any_forward_iterator_wrapper::buffer_type& buffer in clone_const_ref() 277 typename any_forward_iterator_wrapper::buffer_type& buffer in clone_reference_as_value() 339 typename any_bidirectional_iterator_wrapper::buffer_type& buffer in clone() [all …]
|
/third_party/boost/boost/histogram/ |
D | unlimited_storage.hpp | 148 struct buffer_type { struct in boost::histogram::unlimited_storage 173 buffer_type(const allocator_type& a = {}) : alloc(a) {} in buffer_type() argument 175 buffer_type(buffer_type&& o) noexcept in buffer_type() argument 181 buffer_type& operator=(buffer_type&& o) noexcept { in operator =() argument 190 buffer_type(const buffer_type& x) : alloc(x.alloc) { in buffer_type() argument 197 buffer_type& operator=(const buffer_type& o) { in operator =() argument 198 *this = buffer_type(o); in operator =() 202 ~buffer_type() noexcept { destroy(); } in ~buffer_type() argument 264 const_reference(buffer_type& b, std::size_t i) noexcept : bref_(b), idx_(i) { in const_reference() 316 buffer_type& bref_; [all …]
|
/third_party/boost/boost/asio/ |
D | buffers_iterator.hpp | 38 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 199 buffer_type buffer = *new_iter.current_; in end() 395 buffer_type buffer = *iter; in decrement() [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | buffers_iterator.hpp | 38 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 199 buffer_type buffer = *new_iter.current_; in end() 395 buffer_type buffer = *iter; in decrement() [all …]
|
/third_party/boost/boost/graph/distributed/detail/ |
D | filtered_queue.hpp | 27 typedef Buffer buffer_type; typedef in boost::filtered_queue 40 filtered_queue(const buffer_type& buffer = buffer_type(), in filtered_queue() 75 buffer_type& base() { return buffer; } in base() 76 const buffer_type& base() const { return buffer; } in base() 87 buffer_type buffer;
|
/third_party/boost/boost/convert/ |
D | stream.hpp | 49 using buffer_type = std::basic_streambuf<char_type>; typedef 53 struct ibuffer_type : buffer_type 55 using buffer_type::eback; 56 using buffer_type::gptr; 57 using buffer_type::egptr; 63 buffer_type::setg(b, b, b + sz); in ibuffer_type() 66 struct obuffer_type : buffer_type 68 using buffer_type::pbase; 69 using buffer_type::pptr; 70 using buffer_type::epptr; [all …]
|
/third_party/jerryscript/jerry-debugger/ |
D | jerry_client_main.py | 687 buffer_type = ord(data[0]) 690 logging.debug("Main buffer type: %d, message size: %d", buffer_type, buffer_size) 692 if buffer_type in [JERRY_DEBUGGER_PARSE_ERROR, 706 elif buffer_type == JERRY_DEBUGGER_WAITING_AFTER_PARSE: 709 elif buffer_type == JERRY_DEBUGGER_RELEASE_BYTE_CODE_CP: 712 elif buffer_type in [JERRY_DEBUGGER_BREAKPOINT_HIT, JERRY_DEBUGGER_EXCEPTION_HIT]: 718 if buffer_type == JERRY_DEBUGGER_EXCEPTION_HIT: 740 elif buffer_type == JERRY_DEBUGGER_EXCEPTION_STR: 743 elif buffer_type == JERRY_DEBUGGER_EXCEPTION_STR_END: 746 elif buffer_type == JERRY_DEBUGGER_BACKTRACE_TOTAL: [all …]
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/ |
D | zero_ext_block.amber | 30 OpDecorate %buffer_type Block 31 OpMemberDecorate %buffer_type 0 Offset 0 49 %buffer_type = OpTypeStruct %array 50 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 51 %wg_ptr = OpTypePointer Workgroup %buffer_type 54 %null_buffer = OpConstantNull %buffer_type
|
D | zero_ext_other_block.amber | 30 OpDecorate %buffer_type Block 31 OpMemberDecorate %buffer_type 0 Offset 0 50 %buffer_type = OpTypeStruct %array 51 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 52 %wg_ptr = OpTypePointer Workgroup %buffer_type 55 %null_buffer = OpConstantNull %buffer_type
|
D | copy_memory_basic.amber | 28 OpDecorate %buffer_type Block 31 OpMemberDecorate %buffer_type 0 Offset 0 58 %buffer_type = OpTypeStruct %array 63 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 64 %wg_ptr = OpTypePointer Workgroup %buffer_type
|
D | zero_ext_block_with_offset.amber | 30 OpDecorate %buffer_type Block 32 OpMemberDecorate %buffer_type 0 Offset 0 52 %buffer_type = OpTypeStruct %array 54 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 55 %wg_ptr = OpTypePointer Workgroup %buffer_type
|
D | copy_memory_two_invocations.amber | 29 OpDecorate %buffer_type Block 32 OpMemberDecorate %buffer_type 0 Offset 0 68 %buffer_type = OpTypeStruct %array 73 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 74 %wg_ptr = OpTypePointer Workgroup %buffer_type
|
D | copy_memory_variable_pointers.amber | 31 OpDecorate %buffer_type Block 34 OpMemberDecorate %buffer_type 0 Offset 0 70 %buffer_type = OpTypeStruct %array 75 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 76 %wg_ptr = OpTypePointer Workgroup %buffer_type
|
/third_party/boost/libs/thread/example/ |
D | monitor.cpp | 93 typedef buffer_t<M> buffer_type; in do_test() typedef 94 buffer_type::get_buffer(); in do_test() 95 boost::thread thrd1(&buffer_type::do_receiver_thread); in do_test() 96 boost::thread thrd2(&buffer_type::do_receiver_thread); in do_test() 97 boost::thread thrd3(&buffer_type::do_sender_thread); in do_test()
|
/third_party/boost/boost/mpi/detail/ |
D | packed_oprimitive.hpp | 31 typedef std::vector<char, allocator<char> > buffer_type; typedef in boost::mpi::packed_oprimitive 33 packed_oprimitive(buffer_type & b, MPI_Comm const & comm) in packed_oprimitive() 115 static buffer_type::value_type* get_data(buffer_type& b) in get_data() 120 buffer_type& buffer_;
|
D | binary_buffer_oprimitive.hpp | 34 typedef std::vector<char, allocator<char> > buffer_type; typedef in boost::mpi::binary_buffer_oprimitive 36 binary_buffer_oprimitive(buffer_type & b, MPI_Comm const &) in binary_buffer_oprimitive() 103 buffer_type& buffer_;
|
D | packed_iprimitive.hpp | 31 typedef std::vector<char, allocator<char> > buffer_type; typedef in boost::mpi::packed_iprimitive 33 packed_iprimitive(buffer_type & b, MPI_Comm const & comm, int position = 0) in packed_iprimitive() 110 buffer_type & buffer_;
|
D | binary_buffer_iprimitive.hpp | 34 typedef std::vector<char, allocator<char> > buffer_type; typedef in boost::mpi::binary_buffer_iprimitive 36 binary_buffer_iprimitive(buffer_type & b, MPI_Comm const &, int position = 0) in binary_buffer_iprimitive() 116 buffer_type & buffer_;
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpvp9.c | 134 create_rtp_vp9_buffer_full (guint seqnum, guint picid, guint buffer_type, in create_rtp_vp9_buffer_full() argument 173 struct BufferTemplate *template = &templates[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() argument 221 return create_rtp_vp9_buffer_full (seqnum, picid, buffer_type, buf_pts, TRUE, in create_rtp_vp9_buffer() 229 guint buffer_type; member 236 guint buffer_type; member 255 data[0].buffer_type, pts)); in test_depay_gap_event_base() 274 data[1].buffer_type, pts)); in test_depay_gap_event_base()
|
/third_party/boost/boost/iostreams/filter/ |
D | symmetric.hpp | 106 buffer_type& buf = pimpl_->buf_; in read() 146 buffer_type& buf = pimpl_->buf_; in write() 169 buffer_type& buf = pimpl_->buf_; in close() 195 typedef detail::buffer<char_type, Alloc> buffer_type; typedef in boost::iostreams::symmetric_filter 197 buffer_type& buf() { return pimpl_->buf_; } in buf() 198 const buffer_type& buf() const { return pimpl_->buf_; } in buf() 266 buffer_type buf_;
|
/third_party/boost/boost/iostreams/ |
D | code_converter.hpp | 145 typedef conversion_buffer<Codecvt, Alloc> buffer_type; typedef 216 buffer_type, 249 typedef typename impl_type::buffer_type buffer_type; typedef in boost::iostreams::code_converter 296 buffer_type& in() { return impl().buf_.first(); } in in() 297 buffer_type& out() { return impl().buf_.second(); } in out() 314 buffer_type& buf = in(); in read() 363 buffer_type& buf = out(); in write()
|
/third_party/boost/boost/graph/distributed/ |
D | queue.hpp | 109 typedef Buffer buffer_type; typedef in boost::graph::distributed::distributed_queue 110 typedef typename buffer_type::value_type value_type; 111 typedef typename buffer_type::size_type size_type;
|
/third_party/boost/boost/mpi/collectives/ |
D | scatter.hpp | 64 packed_oarchive::buffer_type& sendbuf, std::vector<int>& archsizes) { in fill_scatter_sendbuf() 97 … packed_oarchive::buffer_type const& sendbuf, std::vector<int> const& archsizes, in dispatch_scatter_sendbuf() 110 packed_iarchive::buffer_type recvbuf; in dispatch_scatter_sendbuf() 136 packed_oarchive::buffer_type sendbuf; in scatter_impl()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | calculate_array_length.cc | 84 auto get_buffer_size_intrinsic = [&](const sem::Struct* buffer_type) { in Run() argument 85 return utils::GetOrCreate(buffer_size_intrinsics, buffer_type, [&] { in Run() 88 ctx.dst->ty.type_name(ctx.Clone(buffer_type->Declaration()->name)); in Run() 110 buffer_type->Declaration(), func); in Run()
|