Searched defs:region_one (Results 1 – 1 of 1) sorted by relevance
16 static bool Overlaps(const Entry *region_one, const Entry *region_two) { in Overlaps()21 static bool IntersectHelper(const Entry *region_one, const Entry *region_two) { in IntersectHelper()26 static bool OnlyIntersects(const Entry *region_one, const Entry *region_two) { in OnlyIntersects()31 static bool PermissionsMatch(const Entry *region_one, const Entry *region_two) { in PermissionsMatch()41 auto region_one = this->GetMutableEntryAtIndex(i); in FinalizeCoreFileSaveRanges() local