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

/system/libvintf/include/vintf/
H A DVersion.h4 * Licensed under the Apache License, Version 2.0 (the "License");
28 struct Version { struct in namespace:android::vintf
30 constexpr Version() : Version(0u, 0u) {} function in struct:android::vintf::Version
31 constexpr Version(size_t mj, size_t mi) : majorVer(mj), minorVer(mi) {} function in struct:android::vintf::Version
36 inline bool operator==(const Version &other) const {
39 inline bool operator!=(const Version &other) const {
42 inline bool operator<(const Version &other) const {
49 inline bool operator>(const Version &other) const {
52 inline bool operator<=(const Version
[all...]

Completed in 69 milliseconds