Searched defs:Done (Results 1 – 6 of 6) 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
144 bool Done() override { return ended_; } in Done() function in android::snapshot::GzDecompressor217 bool Done() override { return BrotliDecoderIsFinished(decoder_); } in Done() function in android::snapshot::BrotliDecompressor
436 bool CowOpIter::Done() { in Done() function in android::snapshot::CowOpIter468 bool CowOpReverseIter::Done() { in Done() function in android::snapshot::CowOpReverseIter
83 bool InputStreamBuffer::Done() { in Done() function in nvram::InputStreamBuffer170 bool OutputStreamBuffer::Done() { in Done() function in nvram::OutputStreamBuffer
59 Done, enumerator