Home
last modified time | relevance | path

Searched refs:CVersion (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/
H A Dversion.hpp126 #ifdef CVersion
127 # undef CVersion
165 class CVersion : public CVersionAPI class
170 CVersion(const SBuildInfo& build_info = NCBI_SBUILDINFO_DEFAULT()) in CVersion() function in CVersion
176 CVersion(const CVersionInfo& version, in CVersion() function in CVersion
182 CVersion(const CVersion& version) in CVersion() function in CVersion
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dversion.hpp126 #ifdef CVersion
127 # undef CVersion
165 class CVersion : public CVersionAPI class
170 CVersion(const SBuildInfo& build_info = NCBI_SBUILDINFO_DEFAULT()) in CVersion() function in CVersion
176 CVersion(const CVersionInfo& version, in CVersion() function in CVersion
182 CVersion(const CVersion& version) in CVersion() function in CVersion
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dqt_creator_writer.cc120 enum class CVersion { enum
133 std::string ToMacro(CVersion version) { in ToMacro()
137 case CVersion::C99: in ToMacro()
139 case CVersion::C11: in ToMacro()
164 const std::map<std::string, CVersion> kFlagToCVersion{
165 {"-std=gnu99" , CVersion::C99},
166 {"-std=c99" , CVersion::C99},
167 {"-std=gnu11" , CVersion::C11},
168 {"-std=c11" , CVersion::C11}
189 base::Optional<CVersion> c_version_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dqt_creator_writer.cc120 enum class CVersion { enum
133 std::string ToMacro(CVersion version) { in ToMacro()
137 case CVersion::C99: in ToMacro()
139 case CVersion::C11: in ToMacro()
164 const std::map<std::string, CVersion> kFlagToCVersion{
165 {"-std=gnu99", CVersion::C99},
166 {"-std=c99", CVersion::C99},
167 {"-std=gnu11", CVersion::C11},
168 {"-std=c11", CVersion::C11}};
187 std::optional<CVersion> c_version_;
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Dqt_creator_writer.cc121 enum class CVersion { enum
134 std::string ToMacro(CVersion version) { in ToMacro()
138 case CVersion::C99: in ToMacro()
140 case CVersion::C11: in ToMacro()
165 const std::map<std::string, CVersion> kFlagToCVersion{
166 {"-std=gnu99", CVersion::C99},
167 {"-std=c99", CVersion::C99},
168 {"-std=gnu11", CVersion::C11},
169 {"-std=c11", CVersion::C11}};
188 std::optional<CVersion> c_version_;
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Zip/
H A DZipItem.h17 struct CVersion struct
23 bool operator==(const CVersion &v1, const CVersion &v2); argument
24 bool operator!=(const CVersion &v1, const CVersion &v2);
186 CVersion ExtractVersion;
237 CVersion MadeByVersion;
H A DZipItem.cpp13 bool operator==(const CVersion &v1, const CVersion &v2) in operator ==()
18 bool operator!=(const CVersion &v1, const CVersion &v2) in operator !=()
/dports/devel/blitz/blitz-1.0.2/benchmarks/
H A Darrexpr1.cpp9 void CVersion(BenchmarkExt<int>& bench);
17 CVersion(bench); in main()
54 void CVersion(BenchmarkExt<int>& bench) in CVersion() function
/dports/math/yacas/yacas-1.9.1/
H A D.gitignore12 /JavaYacas/CVersion.java
15 /jyacas/net/sf/yacas/CVersion.java
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 function
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 function
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 function
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 function
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 function
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/Crypto/KDF/
H A DArgon2.hs136 type CVersion = CInt -- valid value is 0x10, 0x13 type
138 cOfVersion :: Version -> CVersion
156 -> CVersion

1234567891011