Home
last modified time | relevance | path

Searched defs:IsFinished (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_walker.cpp23 bool IsFinished() const override { return IsStarted() && is_finished_; } in IsFinished() function in __anon9900d1810111::StreamIterator
45 bool IsFinished() const override { in IsFinished() function in __anon9900d1810111::DictionaryIterator
78 bool IsFinished() const override { in IsFinished() function in __anon9900d1810111::ArrayIterator
/aosp_15_r20/external/pigweed/pw_software_update/public/pw_software_update/
H A Dbundled_update_service.h108 bool IsFinished() PW_EXCLUSIVE_LOCKS_REQUIRED(mutex_) in IsFinished() function
H A Dbundled_update_service_pwpb.h106 bool IsFinished() PW_EXCLUSIVE_LOCKS_REQUIRED(mutex_) in IsFinished() function
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DDeflateDecoder.h124 bool IsFinished() const { return _remainLen == kLenIdFinished; } in IsFinished() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h246 bool IsFinished = false; in getSPIRVStringOperand() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp397 void CodeGenFunction::EmitBlock(llvm::BasicBlock *BB, bool IsFinished) { in EmitBlock()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_rematerialization.cc708 bool IsFinished(Item* item) const { in IsFinished() function in xla::__anon2b46f4430111::MemoryUsageTracker
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.cc2176 bool IcingDynamicTrie::Utf8Iterator::Branch::IsFinished() { in IsFinished() function in icing::lib::IcingDynamicTrie::Utf8Iterator::Branch
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp459 bool IsFinished = false; member in __anon1c67ad260611::FrameTypeBuilder