Home
last modified time | relevance | path

Searched defs:read_op (Results 1 – 5 of 5) 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/grpc-grpc/test/core/fling/
Dserver.cc54 static grpc_op read_op; variable
/external/libjpeg-turbo/
Drdppm.c164 #define GRAY_RGB_READ_LOOP(read_op, alpha_set_op) { \ argument
237 #define RGB_READ_LOOP(read_op, alpha_set_op) { \ argument
/external/libpcap/
Dpcap-int.h153 read_op_t read_op; member