Searched defs:BlockIterator (Results 1 – 1 of 1) sorted by relevance
106 struct BlockIterator { struct107 explicit BlockIterator( in BlockIterator() function121 [[nodiscard]] bool is_end() { return cur_extent_ >= extents_.size(); } in is_end()126 const google::protobuf::RepeatedPtrField<Extent>& extents_;127 int cur_extent_ = 0;128 size_t block_offset_ = 0;