Searched refs:read_ (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/hana/example/lazy/ |
D | monad.cpp | 17 T read_(std::istream& stream) { in read_() function 29 auto out = hana::make_lazy(read_<int>)(std::ref(ss)) in main()
|
/third_party/nghttp2/src/ |
D | shrpx_live_check.cc | 112 read_(&LiveCheck::noop), 154 read_ = write_ = &LiveCheck::noop; in disconnect() 190 int LiveCheck::do_read() { return read_(*this); } in do_read() 355 read_ = &LiveCheck::tls_handshake; in connected() 364 read_ = &LiveCheck::read_clear; in connected() 429 read_ = &LiveCheck::read_tls; in tls_handshake()
|
D | shrpx_live_check.h | 99 std::function<int(LiveCheck &)> read_, write_; variable
|
D | shrpx_client_handler.h | 200 std::function<int(ClientHandler &)> read_, write_; variable
|
D | shrpx_client_handler.cc | 203 read_ = &ClientHandler::read_tls; in tls_handshake() 427 read_ = &ClientHandler::read_clear; in ClientHandler() 478 read_ = write_ = &ClientHandler::tls_handshake; in setup_upstream_io_callback() 487 read_ = &ClientHandler::read_clear; in setup_upstream_io_callback() 625 int ClientHandler::do_read() { return read_(*this); } in do_read()
|
D | shrpx_http2_session.h | 264 std::function<int(Http2Session &)> read_, write_; variable
|
D | shrpx_http2_session.cc | 204 read_ = write_ = &Http2Session::noop; 257 read_ = write_ = &Http2Session::noop; in disconnect() 1738 int Http2Session::do_read() { return read_(*this); } in do_read() 1982 read_ = &Http2Session::read_clear; in connected() 1990 read_ = &Http2Session::tls_handshake; in connected() 2095 read_ = &Http2Session::read_tls; in tls_handshake()
|
D | HttpServer.h | 216 std::function<int(Http2Handler &)> read_, write_; variable
|
D | HttpServer.cc | 548 read_ = &Http2Handler::tls_handshake; in Http2Handler() 551 read_ = &Http2Handler::read_clear; in Http2Handler() 725 read_ = &Http2Handler::read_tls; in tls_handshake() 828 int Http2Handler::on_read() { return read_(*this); } in on_read()
|
/third_party/ffmpeg/libavcodec/ |
D | aacps_common.c | 77 static int read_ ## PAR ## _data(AVCodecContext *avctx, GetBitContext *gb, PSCommonContext *ps, \
|
/third_party/python/Doc/library/ |
D | telnetlib.rst | 42 This class has many :meth:`read_\*` methods. Note that some of them raise
|
/third_party/ffmpeg/libavfilter/ |
D | vf_readeia608.c | 325 static void read_##name(AVFrame *in, int nb_line, LineItem *line, int lp, int w) \
|
/third_party/gettext/gettext-tools/src/ |
D | ChangeLog.1 | 415 (desktop_parse): Call 'desktop_lex' instead of read_*. Don't
|