Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc64 s->received_last_frame = true; in grpc_chttp2_data_parser_begin_frame()
66 s->received_last_frame = false; in grpc_chttp2_data_parser_begin_frame()
309 if (is_last && s->received_last_frame) { in grpc_chttp2_data_parser_parse()
Dinternal.h562 bool received_last_frame; /* protected by t combiner */ member