Searched defs:SepolicyVersionRange (Results 1 – 1 of 1) sorted by relevance
77 struct SepolicyVersionRange { struct82 constexpr SepolicyVersionRange() : SepolicyVersionRange(0u, std::nullopt, std::nullopt) {} in SepolicyVersionRange() argument83 constexpr SepolicyVersionRange(size_t mjV, std::optional<size_t> miV) in SepolicyVersionRange() argument85 constexpr SepolicyVersionRange(size_t mjV, std::optional<size_t> miM, std::optional<size_t> mxM) in SepolicyVersionRange() function91 bool operator==(const SepolicyVersionRange& other) const = default; argument99 inline bool supportedBy(const SepolicyVersion& ver) const { in supportedBy()