Searched defs:getMinorVersion (Results 1 – 2 of 2) sorted by relevance
111 uint16_t getMinorVersion() const { return Suffix->Version; } in getMinorVersion() function176 uint16_t getMinorVersion() const { return MinorVersion; } in getMinorVersion() function
134 uint8_t getMinorVersion() { return Version & 0xF; } in getMinorVersion() function