Home
last modified time | relevance | path

Searched refs:mEnd (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DLocation.cpp57 : mIsValid(true), mBegin(begin), mEnd(end) {} in Location()
62 mEnd = end; in setLocation()
74 return mEnd; in end()
87 return !(lhs.mEnd < rhs.mBegin || rhs.mEnd < lhs.mBegin); in intersect()
91 return std::tie(mBegin, mEnd) < std::tie(loc.mBegin, loc.mEnd); in operator <()
DLocation.h79 Position mEnd; member