Home
last modified time | relevance | path

Searched refs:BlockIterator (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/payload_generator/
H A Dextent_utils.h100 struct BlockIterator { struct
101 explicit BlockIterator( in BlockIterator() function
105 BlockIterator& operator++() {
/aosp12/system/update_engine/common/
H A Dcow_operation_convert.cc68 BlockIterator it1{src_extents}; in ConvertToCowOperations()
69 BlockIterator it2{dst_extents}; in ConvertToCowOperations()
/aosp12/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp100 struct BlockIterator { struct
129 BlockIterator(const BlockIterator &);
130 BlockIterator &operator=(const BlockIterator &);
162 BlockIterator mBlockIter;
320 BlockIterator::BlockIterator( in BlockIterator() function in android::BlockIterator
332 bool BlockIterator::eos() const { in eos()
336 void BlockIterator::advance() { in advance()
341 void BlockIterator::advance_l() { in advance_l()
418 void BlockIterator::reset() { in reset()
430 void BlockIterator::seek( in seek()
[all …]
H A DMatroskaExtractor.h58 friend struct BlockIterator;