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

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
io_control.hpp 76 class bytes_readable class in namespace:asio::detail::io_control
80 bytes_readable() function in class:asio::detail::io_control::bytes_readable
86 bytes_readable(std::size_t value) function in class:asio::detail::io_control::bytes_readable
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 411 * asio::socket_base::bytes_readable command(true);
413 * std::size_t bytes_readable = command.get();
419 typedef asio::detail::io_control::bytes_readable bytes_readable; typedef in class:asio::socket_base
basic_socket.hpp 950 * asio::socket_base::bytes_readable @n
958 * asio::ip::tcp::socket::bytes_readable command;
960 * std::size_t bytes_readable = command.get();
980 * asio::socket_base::bytes_readable @n
988 * asio::ip::tcp::socket::bytes_readable command;
    [all...]

Completed in 1897 milliseconds