Home
last modified time | relevance | path

Searched defs:OverlapsWith (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder.cpp71 bool LinearExtent::OverlapsWith(const LinearExtent& other) const { in OverlapsWith() function in android::fs_mgr::LinearExtent
78 bool LinearExtent::OverlapsWith(const Interval& interval) const { in OverlapsWith() function in android::fs_mgr::LinearExtent
/aosp12/art/compiler/optimizing/
H A Dlocations.h326 bool OverlapsWith(Location other) const { in OverlapsWith() function