Home | History | Annotate | Download | only in flip_server

Lines Matching refs:idx

178   size_t buffer_size(size_t idx) const { return blocks_[idx].buffer_size; }
179 size_t bytes_used(size_t idx) const { return blocks_[idx].bytes_used(); }