Home
last modified time | relevance | path

Searched defs:is_end (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/security/keystore/include/keystore/
H A Dutils.h67 inline bool is_end() const { return !coll_ || cur_ == coll_->end(); } in is_end() function
/aosp12/system/update_engine/payload_generator/
H A Dextent_utils.h115 [[nodiscard]] bool is_end() { return cur_extent_ >= src_extents_.size(); } in is_end() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
H A Dmulti.rs372 fn is_end(&self) -> bool { in is_end() method