Searched refs:is_eof (Results 1 – 11 of 11) sorted by relevance
334 else if (PERFETTO_UNLIKELY(res.is_eof())) in Next()340 else if (PERFETTO_UNLIKELY(res.is_eof())) in Next()348 else if (PERFETTO_UNLIKELY(res.is_eof())) in Next()354 else if (PERFETTO_UNLIKELY(res.is_eof())) in Next()364 else if (PERFETTO_UNLIKELY(res.is_eof())) in Next()370 else if (PERFETTO_UNLIKELY(res.is_eof())) in Next()399 else if (PERFETTO_UNLIKELY(res.is_eof())) in Next()
141 bool is_eof() const { return code == Code::kEof; } in is_eof() function
75 uint32_t write_bytes, int is_eof,
83 bool is_eof; member
87 uint8_t is_eof; member
73 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data() argument87 *p++ = is_eof ? GRPC_CHTTP2_DATA_FLAG_END_STREAM : 0; in grpc_chttp2_encode_data()
331 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0); in init_skip_frame_parser()639 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0); in init_header_frame_parser()
1658 if (parser->is_eof) { in grpc_chttp2_header_parser_parse()1676 parser->is_eof = 0xde; in grpc_chttp2_header_parser_parse()
713 finish_frame(&st, 1, options->is_eof); in grpc_chttp2_encode_header()
895 BROTLI_BOOL is_eof = BROTLI_FALSE; in CompressFile() local898 if (context->available_in == 0 && !is_eof) { in CompressFile()900 is_eof = !HasMoreInput(context); in CompressFile()904 is_eof ? BROTLI_OPERATION_FINISH : BROTLI_OPERATION_PROCESS, in CompressFile()
318 static bool is_eof(input_stream* inp) { return inp->cur == inp->end; } in is_eof() function722 while (!is_eof(&inp) || g_channel != nullptr || g_server != nullptr || in LLVMFuzzerTestOneInput()725 if (is_eof(&inp)) { in LLVMFuzzerTestOneInput()