Searched defs:getMinor (Results 1 – 2 of 2) sorted by relevance
51 unsigned getMinor() const { return (Version >> 8) & 0xff; } in getMinor() function
74 std::optional<unsigned> getMinor() const { in getMinor() function