Searched defs:BlockIterator (Results 1 – 1 of 1) sorted by relevance
114 struct BlockIterator { struct115 explicit BlockIterator( in BlockIterator() argument129 [[nodiscard]] bool is_end() { return cur_extent_ >= extents_.size(); } in is_end()134 const google::protobuf::RepeatedPtrField<Extent>& extents_;135 int cur_extent_ = 0;136 size_t block_offset_ = 0;