Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dspan_join_operator_table.cc334 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()
Dspan_join_operator_table.h141 bool is_eof() const { return code == Code::kEof; } in is_eof() function
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.h75 uint32_t write_bytes, int is_eof,
Dhpack_encoder.h83 bool is_eof; member
Dhpack_parser.h87 uint8_t is_eof; member
Dframe_data.cc73 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data() argument
87 *p++ = is_eof ? GRPC_CHTTP2_DATA_FLAG_END_STREAM : 0; in grpc_chttp2_encode_data()
Dparsing.cc331 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()
Dhpack_parser.cc1658 if (parser->is_eof) { in grpc_chttp2_header_parser_parse()
1676 parser->is_eof = 0xde; in grpc_chttp2_header_parser_parse()
Dhpack_encoder.cc713 finish_frame(&st, 1, options->is_eof); in grpc_chttp2_encode_header()
/external/brotli/c/tools/
Dbrotli.c895 BROTLI_BOOL is_eof = BROTLI_FALSE; in CompressFile() local
898 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()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc318 static bool is_eof(input_stream* inp) { return inp->cur == inp->end; } in is_eof() function
722 while (!is_eof(&inp) || g_channel != nullptr || g_server != nullptr || in LLVMFuzzerTestOneInput()
725 if (is_eof(&inp)) { in LLVMFuzzerTestOneInput()