Home
last modified time | relevance | path

Searched refs:at_mark (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp495 bool at_mark() const in at_mark() function in asio::basic_socket
498 bool b = this->get_service().at_mark(this->get_implementation(), ec); in at_mark()
513 bool at_mark(asio::error_code& ec) const in at_mark() function in asio::basic_socket
515 return this->get_service().at_mark(this->get_implementation(), ec); in at_mark()
Dstream_socket_service.hpp155 bool at_mark(const implementation_type& impl, in at_mark() function in asio::stream_socket_service
158 return service_impl_.at_mark(impl, ec); in at_mark()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp101 bool at_mark(const base_implementation_type& impl, in at_mark() function in asio::detail::reactive_socket_service_base