Home
last modified time | relevance | path

Searched defs:read_op (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dread.hpp88 class read_op class
92 read_op(AsyncReadStream& stream, const MutableBufferSequence& buffers, in read_op() function in asio::detail::read_op
104 read_op(const read_op& other) in read_op() function in asio::detail::read_op
114 read_op(read_op&& other) in read_op() function in asio::detail::read_op
159 class read_op<AsyncReadStream, asio::mutable_buffers_1, class
164 read_op(AsyncReadStream& stream, in read_op() function in asio::detail::read_op
177 read_op(const read_op& other) in read_op() function in asio::detail::read_op
187 read_op(read_op&& other) in read_op() function in asio::detail::read_op
232 class read_op<AsyncReadStream, boost::array<Elem, 2>, class
237 read_op(AsyncReadStream& stream, const boost::array<Elem, 2>& buffers, in read_op() function in asio::detail::read_op
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dselect_reactor.hpp43 enum op_types { read_op = 0, write_op = 1, except_op = 2, enumerator
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Dsm4_parse.cpp76 void read_op(sm4_op* pop) in read_op() function
/external/libpcap/
Dpcap-int.h145 read_op_t read_op; member