Searched defs:Done (Results 1 – 5 of 5) sorted by relevance
23 enum class WaitResult { Wait, Done, Fail }; enumerator
251 bool Done() const { return stream_buffer_->Done(); } in Done() function297 bool Done() const { return stream_buffer_->Done(); } in Done() function
145 bool Done() override { return ended_; } in Done() function in android::snapshot::GzDecompressor218 bool Done() override { return BrotliDecoderIsFinished(decoder_); } in Done() function in android::snapshot::BrotliDecompressor
594 bool CowOpIter::Done() { in Done() function in android::snapshot::CowOpIter663 bool CowMergeOpIter::Done() { in Done() function in android::snapshot::CowMergeOpIter695 bool CowRevMergeOpIter::Done() { in Done() function in android::snapshot::CowRevMergeOpIter
83 bool InputStreamBuffer::Done() { in Done() function in nvram::InputStreamBuffer170 bool OutputStreamBuffer::Done() { in Done() function in nvram::OutputStreamBuffer