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);
226 bool BlockSet::IsTwoBlocksOverlap(const BlockSet &source, BlockSet &target) in IsTwoBlocksOverlap() function in Updater::BlockSet269 isOverlap = IsTwoBlocksOverlap(srcBlk, *this); in LoadSourceBuffer()