Home
last modified time | relevance | path

Searched defs:has_bytes (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dandroid_fs.pbzero.h158 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
237 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
412 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
491 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
666 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
Dblock.pbzero.h31 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function
233 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function
1167 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function
2739 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dandroid_fs.pbzero.h158 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
237 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
412 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
491 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
666 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
H A Dblock.pbzero.h763 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function
2335 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dandroid_fs.pb.h1330 inline bool AndroidFsDatareadEndFtraceEvent::has_bytes() const { in has_bytes() function
1418 inline bool AndroidFsDatareadStartFtraceEvent::has_bytes() const { in has_bytes() function
1698 inline bool AndroidFsDatawriteEndFtraceEvent::has_bytes() const { in has_bytes() function
1786 inline bool AndroidFsDatawriteStartFtraceEvent::has_bytes() const { in has_bytes() function
2066 inline bool AndroidFsFsyncEndFtraceEvent::has_bytes() const { in has_bytes() function
H A Dblock.pb.h4299 inline bool BlockRqIssueFtraceEvent::has_bytes() const { in has_bytes() function
6827 inline bool BlockRqInsertFtraceEvent::has_bytes() const { in has_bytes() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dandroid_fs.pb.h1330 inline bool AndroidFsDatareadEndFtraceEvent::has_bytes() const { in has_bytes() function
1418 inline bool AndroidFsDatareadStartFtraceEvent::has_bytes() const { in has_bytes() function
1698 inline bool AndroidFsDatawriteEndFtraceEvent::has_bytes() const { in has_bytes() function
1786 inline bool AndroidFsDatawriteStartFtraceEvent::has_bytes() const { in has_bytes() function
2066 inline bool AndroidFsFsyncEndFtraceEvent::has_bytes() const { in has_bytes() function
Dblock.pb.h4839 inline bool BlockRqIssueFtraceEvent::has_bytes() const { in has_bytes() function
7367 inline bool BlockRqInsertFtraceEvent::has_bytes() const { in has_bytes() function
8815 inline bool BlockIoStartFtraceEvent::has_bytes() const { in has_bytes() function
9163 inline bool BlockIoDoneFtraceEvent::has_bytes() const { in has_bytes() function
/aosp_15_r20/bionic/linker/
H A Dlinker_sleb128.h95 bool has_bytes() { return current_ < end_; } in has_bytes() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_sequencer_test.cc483 bool has_bytes = sequencer_->HasBytesToRead(); in TEST_F() local