Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc359 is_last_frame_ = is_last_data_frame && in FlushCompressedBytes()
363 is_last_frame_, &s_->stats.outgoing, &t_->outbuf); in FlushCompressedBytes()
384 bool is_last_frame() const { return is_last_frame_; } in is_last_frame()
401 bool is_last_frame_ = false; member in __anon836601510111::DataSendContext