Searched refs:IsTwoBlocksOverlap (Results 1 – 3 of 3) sorted by relevance
75 bool ret = BlockSet::IsTwoBlocksOverlap(block, block2);77 ret = BlockSet::IsTwoBlocksOverlap(block, block3);
83 static bool IsTwoBlocksOverlap(const BlockSet &source, BlockSet &target);
219 bool BlockSet::IsTwoBlocksOverlap(const BlockSet &source, BlockSet &target) in IsTwoBlocksOverlap() function in Updater::BlockSet259 isOverlap = IsTwoBlocksOverlap(srcBlk, *this); in LoadSourceBuffer()