Searched defs:BlockIterator (Results 1 – 2 of 2) sorted by relevance
100 struct BlockIterator { struct101 explicit BlockIterator( in BlockIterator() function115 [[nodiscard]] bool is_end() { return cur_extent_ >= src_extents_.size(); } in is_end()120 const google::protobuf::RepeatedPtrField<Extent>& src_extents_;121 int cur_extent_ = 0;122 size_t block_offset_ = 0;
100 struct BlockIterator { struct116 MatroskaExtractor *mExtractor;117 long long mTrackNum;118 unsigned long mIndex;120 const mkvparser::Cluster *mCluster;121 const mkvparser::BlockEntry *mBlockEntry;122 long mBlockEntryIndex;124 unsigned long mTrackType;320 BlockIterator::BlockIterator( in BlockIterator() function in android::BlockIterator