Searched defs:has_bytes (Results 1 – 10 of 10) sorted by relevance
158 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function237 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function412 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function491 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function666 bool has_bytes() const { return at<1>().valid(); } in has_bytes() function
31 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function233 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function1167 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function2739 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function
763 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function2335 bool has_bytes() const { return at<4>().valid(); } in has_bytes() function
1330 inline bool AndroidFsDatareadEndFtraceEvent::has_bytes() const { in has_bytes() function1418 inline bool AndroidFsDatareadStartFtraceEvent::has_bytes() const { in has_bytes() function1698 inline bool AndroidFsDatawriteEndFtraceEvent::has_bytes() const { in has_bytes() function1786 inline bool AndroidFsDatawriteStartFtraceEvent::has_bytes() const { in has_bytes() function2066 inline bool AndroidFsFsyncEndFtraceEvent::has_bytes() const { in has_bytes() function
4299 inline bool BlockRqIssueFtraceEvent::has_bytes() const { in has_bytes() function6827 inline bool BlockRqInsertFtraceEvent::has_bytes() const { in has_bytes() function
4839 inline bool BlockRqIssueFtraceEvent::has_bytes() const { in has_bytes() function7367 inline bool BlockRqInsertFtraceEvent::has_bytes() const { in has_bytes() function8815 inline bool BlockIoStartFtraceEvent::has_bytes() const { in has_bytes() function9163 inline bool BlockIoDoneFtraceEvent::has_bytes() const { in has_bytes() function
95 bool has_bytes() { return current_ < end_; } in has_bytes() function
483 bool has_bytes = sequencer_->HasBytesToRead(); in TEST_F() local