Searched defs:VersionRange (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/include/vintf/
H A DVersionRange.h32 struct VersionRange { struct in namespace:android::vintf
33 VersionRange() : VersionRange(0u, 0u, 0u) {}; function in struct:android::vintf::VersionRange
34 VersionRange(size_t mjV, size_t miV) function in struct:android::vintf::VersionRange
35 : VersionRange(mjV, miV, miV) {};
36 VersionRange(size_t mjV, size_t miM, size_t mxM) function in struct:android::vintf::VersionRange
42 inline bool operator==(const VersionRange &other) const {
65 inline bool overlaps(const VersionRange& other) const {

Completed in 64 milliseconds