Searched refs:flushed_ (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp155 if (flushed_ <= place) {
160 for (place -= flushed_; place > 0; place -= it++->iov_len) {
169 assert(flushed_ >= place + sizeof(header));
195 uint32_t flushed_ = 0; member in class:__anon583::OutputStream
209 flushed_ += wrote;
213 assert(static_cast<off_t>(flushed_) == pos ||

Completed in 77 milliseconds