Searched refs:Used (Results 1 – 4 of 4) sorted by relevance
154 assert(buf->Used() == buf->Capacity()); in Append()418 assert(buf->Used() % kFileAlignmentSize == 0); in DispatchBuffer()486 size_t nbytes = pending_nbytes > (buf->Used() - start_off) in ReadBuffer()487 ? (buf->Used() - start_off) in ReadBuffer()577 while (!cache_->Reserve(io.buf_->Used())) { in ThreadMain()592 while (written < io.buf_->Used()) { in DispatchIO()
48 size_t Used() const { return pos_; } in Used() function
55 * Function local statics initialization is still not safe. Used `std::once` to mitigate within WinE…
381 # Used to run CI build and tests so we can run faster