Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc339 bool is_last_data_frame = in FlushCompressedBytes() local
343 if (is_last_data_frame && s_->send_trailing_metadata != nullptr && in FlushCompressedBytes()
359 is_last_frame_ = is_last_data_frame && in FlushCompressedBytes()