Searched refs:version_t (Results 1 – 8 of 8) sorted by relevance
17 struct version_t struct26 version_t() in version_t() function31 version_t(uint16_t maj, uint16_t min, uint16_t rev) in version_t() function36 version_t(const std::string & versionString) in version_t() argument
37 virtual void setProductVersion(const version_t & version)=0;38 virtual void setComponentVersion(const version_t & version)=0;
159 version_t m_productVersion; //!< Product version.160 version_t m_componentVersion; //!< Component version.920 virtual void setProductVersion(const version_t & version);921 virtual void setComponentVersion(const version_t & version);950 version_t m_productVersion; //!< Product version.951 version_t m_componentVersion; //!< Component version.
20 void version_t::set(const std::string & versionString) in set()137 void version_t::fixByteOrder() in fixByteOrder()
66 void EncoreBootImage::setProductVersion(const version_t & version) in setProductVersion()71 void EncoreBootImage::setComponentVersion(const version_t & version) in setComponentVersion()
32 version_t version; in processVersionOptions()
115 elftosb::version_t m_productVersion; //!< Product version specified on command line.116 elftosb::version_t m_componentVersion; //!< Component version specified on command line.
530 version_t vers; in dumpImageHeader()