HomeSort by relevance Sort by last modified time
    Searched defs:read_op (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
select_reactor.hpp 43 enum op_types { read_op = 0, write_op = 1, except_op = 2, enumerator in enum:asio::detail::select_reactor::op_types
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
read.hpp 88 class read_op class in namespace:asio::detail
92 read_op(AsyncReadStream& stream, const MutableBufferSequence& buffers, function in class:asio::detail::read_op
104 read_op(const read_op& other) function in class:asio::detail::read_op
114 read_op(read_op&& other) function in class:asio::detail::read_op
134 ASIO_MOVE_CAST(read_op)(*this));
159 class read_op<AsyncReadStream, asio::mutable_buffers_1, class in namespace:asio::detail
164 read_op(AsyncReadStream& stream, function in class:asio::detail::read_op
177 read_op(const read_op& other function in class:asio::detail::read_op
187 read_op(read_op&& other) function in class:asio::detail::read_op
232 class read_op<AsyncReadStream, boost::array<Elem, 2>, class in namespace:asio::detail
237 read_op(AsyncReadStream& stream, const boost::array<Elem, 2>& buffers, function in class:asio::detail::read_op
249 read_op(const read_op& other) function in class:asio::detail::read_op
259 read_op(read_op&& other) function in class:asio::detail::read_op
314 class read_op<AsyncReadStream, std::array<Elem, 2>, class in namespace:asio::detail
319 read_op(AsyncReadStream& stream, const std::array<Elem, 2>& buffers, function in class:asio::detail::read_op
331 read_op(const read_op& other) function in class:asio::detail::read_op
341 read_op(read_op&& other) function in class:asio::detail::read_op
    [all...]
  /external/libpcap/
pcap-int.h 155 read_op_t read_op; member in struct:pcap

Completed in 112 milliseconds