Home
last modified time | relevance | path

Searched refs:intersect (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DLocation.cpp88 bool Location::intersect(const Location& lhs, const Location& rhs) { in intersect() function in android::Location
95 CHECK(!intersect(*this, loc)); in operator <()
DLocation.h65 static bool intersect(const Location& lhs, const Location& rhs);
DType.cpp301 (!Location::intersect(refLoc, typeLoc) && typeLoc < refLoc)) { in checkForwardReferenceRestrictions()