Home
last modified time | relevance | path

Searched defs:is_last (Results 1 – 25 of 49) sorted by relevance

12

/external/perfetto/protos/perfetto/trace/
Dtest_event.proto33 optional bool is_last = 4; field
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sequence_number_map.h47 bool is_last; member
Drtp_sequence_number_map.cc91 const bool is_last = (i == packet_count - 1); in InsertFrame() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_window_update.cc73 int is_last) { in grpc_chttp2_window_update_parser_parse()
Dframe_ping.cc76 int is_last) { in grpc_chttp2_ping_parser_parse()
Dframe_goaway.cc59 int is_last) { in grpc_chttp2_goaway_parser_parse()
Dframe_rst_stream.cc87 int is_last) { in grpc_chttp2_rst_stream_parser_parse()
Dframe_settings.cc116 int is_last) { in grpc_chttp2_settings_parser_parse()
Dframe_data.cc282 int is_last) { in grpc_chttp2_data_parser_parse()
Dparsing.cc759 const grpc_slice& slice, int is_last) { in parse_frame_slice()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_rst_stream.cc77 grpc_slice slice, int is_last) { in grpc_chttp2_rst_stream_parser_parse()
Dframe_ping.cc76 grpc_slice slice, int is_last) { in grpc_chttp2_ping_parser_parse()
Dframe_goaway.cc60 grpc_slice slice, int is_last) { in grpc_chttp2_goaway_parser_parse()
Dframe_window_update.cc73 int is_last) { in grpc_chttp2_window_update_parser_parse()
Dparsing.cc316 int is_last) { in skip_parser()
725 int is_last) { in parse_frame_slice()
Dframe_settings.cc114 grpc_slice slice, int is_last) { in grpc_chttp2_settings_parser_parse()
Dframe_data.cc292 grpc_slice slice, int is_last) { in grpc_chttp2_data_parser_parse()
/external/perfetto/test/stress_test/
Dstress_producer.cc120 bool is_last = false; in WorkerMain() local
/external/libkmsxx/utils/
Dkmsprint.cpp310 static void print_entry(const Entry& e, const string& prefix, bool is_child, bool is_last) in print_entry()
332 bool is_last = &child == &e.children.back(); in print_entry() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_alu.h112 bool is_last() const {return m_flags.test(alu_last_instr);} in is_last() function
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhash_map.hpp175 bool is_last = (it == buckets_[bucket].last); in erase() local
/external/brotli/c/enc/
Dencode.c558 const BROTLI_BOOL is_last, in WriteMetaBlockInternal()
961 BrotliEncoderState* s, const BROTLI_BOOL is_last, in EncodeData()
1266 BROTLI_BOOL is_last; in BrotliCompressBufferQuality10() local
1651 BROTLI_BOOL is_last = in BrotliEncoderCompressStreamFast() local
1868 BROTLI_BOOL is_last = TO_BROTLI_BOOL( in BrotliEncoderCompressStream() local
Dhash.h422 size_t input_size, BROTLI_BOOL is_last) { in HasherSetup()
468 BROTLI_BOOL is_last) { in InitOrStitchToPreviousBlock()
/external/flac/src/metaflac/
Doperations.c629 const FLAC__bool is_last = (i == block->data.cue_sheet.num_tracks-1); in write_metadata() local
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.h45 bool is_last : 1; member

12