Home
last modified time | relevance | path

Searched refs:version_type (Results 1 – 25 of 6356) sorted by relevance

12345678910>>...255

/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/
H A Dversion.cpp21 const version_type& v) in operator <<()
28 static_assert(!(version_type(3,1,1) < version_type(1,3,3)),
30 static_assert(version_type(2,9,9) < version_type(3,4,3),
32 static_assert(!(version_type(2,4,3) < version_type(2,4,3)),
H A Dzyn-version.h.in4 version.h - declaration of version_type class
23 class version_type
27 // strcmp-like comparison against another version_type
28 constexpr int v_strcmp(const version_type& v2, int i) const
38 constexpr version_type(char maj, char min, char rev) :
44 constexpr version_type() :
45 version_type(${VERSION_MAJOR},
59 constexpr bool operator<(const version_type& other) const
66 const version_type& v);
70 constexpr version_type version;
/dports/www/firefox/firefox-99.0/third_party/python/mozilla_version/mozilla_version/
H A Dgecko.py60 version_type = None
69 version_type = VersionType.NIGHTLY
72 version_type, VersionType.AURORA_OR_DEVEDITION
74 version_type = VersionType.AURORA_OR_DEVEDITION
77 version_type = VersionType.BETA
79 ensure_version_type_is_not_already_defined(version_type, VersionType.ESR)
80 version_type = VersionType.ESR
83 version_type = VersionType.RELEASE
85 if version_type is None:
88 return version_type
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/mozilla_version/mozilla_version/
H A Dgecko.py60 version_type = None
69 version_type = VersionType.NIGHTLY
72 version_type, VersionType.AURORA_OR_DEVEDITION
74 version_type = VersionType.AURORA_OR_DEVEDITION
77 version_type = VersionType.BETA
79 ensure_version_type_is_not_already_defined(version_type, VersionType.ESR)
80 version_type = VersionType.ESR
83 version_type = VersionType.RELEASE
85 if version_type is None:
88 return version_type
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/mozilla_version/mozilla_version/
H A Dgecko.py60 version_type = None
69 version_type = VersionType.NIGHTLY
72 version_type, VersionType.AURORA_OR_DEVEDITION
74 version_type = VersionType.AURORA_OR_DEVEDITION
77 version_type = VersionType.BETA
79 ensure_version_type_is_not_already_defined(version_type, VersionType.ESR)
80 version_type = VersionType.ESR
83 version_type = VersionType.RELEASE
85 if version_type is None:
88 return version_type
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/mozilla-version/mozilla_version/
H A Dgecko.py89 version_type = None
98 version_type = VersionType.NIGHTLY
101 version_type, VersionType.AURORA_OR_DEVEDITION
103 version_type = VersionType.AURORA_OR_DEVEDITION
106 version_type = VersionType.BETA
108 ensure_version_type_is_not_already_defined(version_type, VersionType.ESR)
109 version_type = VersionType.ESR
112 version_type = VersionType.RELEASE
114 if version_type is None:
117 return version_type
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/mozilla-version/mozilla_version/
H A Dgecko.py89 version_type = None
98 version_type = VersionType.NIGHTLY
101 version_type, VersionType.AURORA_OR_DEVEDITION
103 version_type = VersionType.AURORA_OR_DEVEDITION
106 version_type = VersionType.BETA
108 ensure_version_type_is_not_already_defined(version_type, VersionType.ESR)
109 version_type = VersionType.ESR
112 version_type = VersionType.RELEASE
114 if version_type is None:
117 return version_type
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/archive/
H A Dbasic_archive.hpp42 class version_type { class
48 version_type(): t(0) {} in version_type() function in boost::archive::version_type
49 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
52 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
55 version_type & operator=(const version_type & rhs){ in operator =()
67 bool operator==(const version_type & rhs) const { in operator ==()
70 bool operator<(const version_type & rhs) const { in operator <()
250 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
265 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/devel/R-cran-BH/BH/inst/include/boost/archive/
H A Dbasic_archive.hpp42 class version_type { class
48 version_type(): t(0) {} in version_type() function in boost::archive::version_type
49 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
52 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
55 version_type & operator=(const version_type & rhs){ in operator =()
67 bool operator==(const version_type & rhs) const { in operator ==()
70 bool operator<(const version_type & rhs) const { in operator <()
250 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
265 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/archive/
H A Dbasic_archive.hpp42 class version_type { class
48 version_type(): t(0) {} in version_type() function in boost::archive::version_type
49 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
52 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
55 version_type & operator=(const version_type & rhs){ in operator =()
67 bool operator==(const version_type & rhs) const { in operator ==()
70 bool operator<(const version_type & rhs) const { in operator <()
250 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
265 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/devel/hyperscan/boost_1_75_0/boost/archive/
H A Dbasic_archive.hpp42 class version_type { class
48 version_type(): t(0) {} in version_type() function in boost::archive::version_type
49 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
52 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
55 version_type & operator=(const version_type & rhs){ in operator =()
67 bool operator==(const version_type & rhs) const { in operator ==()
70 bool operator<(const version_type & rhs) const { in operator <()
250 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
265 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in pdalboost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in pdalboost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in pdalboost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
280 BOOST_CLASS_IMPLEMENTATION(pdalboost::archive::version_type, primitive_type)
295 BOOST_IS_BITWISE_SERIALIZABLE(pdalboost::archive::version_type)
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
276 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
291 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
280 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
295 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
280 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
295 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/databases/xtrabackup/boost_1_59_0/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
280 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
295 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/databases/percona57-server/boost_1_59_0/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
280 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
295 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
283 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
298 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/databases/percona57-client/boost_1_59_0/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
280 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
295 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
283 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
298 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
283 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
298 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
280 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
295 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/devel/boost-libs/boost_1_72_0/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
283 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
298 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/devel/boost-python-libs/boost_1_72_0/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
283 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
298 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/archive/
H A Dbasic_archive.hpp75 class version_type { class
81 version_type(): t(0) {}; in version_type() function in boost::archive::version_type
82 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
85 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
88 version_type & operator=(const version_type & rhs){ in operator =()
100 bool operator==(const version_type & rhs) const { in operator ==()
103 bool operator<(const version_type & rhs) const { in operator <()
283 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
298 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)

12345678910>>...255