Home
last modified time | relevance | path

Searched refs:fromAny (Results 1 – 25 of 94) sorted by relevance

1234

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/vault-0.3.1.5/src/Data/Vault/ST/backends/
H A DGHC.h12 fromAny :: Any -> a
13 fromAny = unsafeCoerce
28 lookup (Key k) (Vault m) = fromAny <$> Map.lookup k m in Vault()
33 where f' = toAny . f . fromAny in Vault()
45 | k == k' = Just $ fromAny a
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/vault-0.3.1.4/src/Data/Vault/ST/backends/
H A DGHC.h12 fromAny :: Any -> a
13 fromAny = unsafeCoerce
28 lookup (Key k) (Vault m) = fromAny <$> Map.lookup k m in Vault()
33 where f' = toAny . f . fromAny in Vault()
45 | k == k' = Just $ fromAny a
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/vault-0.3.1.4/src/Data/Vault/ST/backends/
H A DGHC.h12 fromAny :: Any -> a
13 fromAny = unsafeCoerce
28 lookup (Key k) (Vault m) = fromAny <$> Map.lookup k m in Vault()
33 where f' = toAny . f . fromAny in Vault()
45 | k == k' = Just $ fromAny a
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/vault-0.3.1.5/src/Data/Vault/ST/backends/
H A DGHC.h12 fromAny :: Any -> a
13 fromAny = unsafeCoerce
28 lookup (Key k) (Vault m) = fromAny <$> Map.lookup k m in Vault()
33 where f' = toAny . f . fromAny in Vault()
45 | k == k' = Just $ fromAny a
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/vault-0.3.1.5/src/Data/Vault/ST/backends/
H A DGHC.h12 fromAny :: Any -> a
13 fromAny = unsafeCoerce
28 lookup (Key k) (Vault m) = fromAny <$> Map.lookup k m in Vault()
33 where f' = toAny . f . fromAny in Vault()
45 | k == k' = Just $ fromAny a
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/vault-0.3.1.5/src/Data/Vault/ST/backends/
H A DGHC.h12 fromAny :: Any -> a
13 fromAny = unsafeCoerce
28 lookup (Key k) (Vault m) = fromAny <$> Map.lookup k m in Vault()
33 where f' = toAny . f . fromAny in Vault()
45 | k == k' = Just $ fromAny a
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/vault-0.3.1.4/src/Data/Vault/ST/backends/
H A DGHC.h12 fromAny :: Any -> a
13 fromAny = unsafeCoerce
28 lookup (Key k) (Vault m) = fromAny <$> Map.lookup k m in Vault()
33 where f' = toAny . f . fromAny in Vault()
45 | k == k' = Just $ fromAny a
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/
H A Ddevice_binary_format_zebin_tests.cpp19 …sDeviceBinaryFormat<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&zebin, 1U))); in TEST()
25 …sDeviceBinaryFormat<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&zebin, 1U))); in TEST()
30 …eviceBinaryFormat<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&someElf, 1U))); in TEST()
50 …gleDeviceBinary<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&someElf, 1U), ""… in TEST()
71 …gleDeviceBinary<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&zebin, 1U), "", … in TEST()
91 …gleDeviceBinary<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&zebin, 1U), "", … in TEST()
136 …gleDeviceBinary<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&zebin, 1U), "", … in TEST()
206 …gleDeviceBinary<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&zebin, 1U), "", … in TEST()
251 …gleDeviceBinary<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&zebin, 1U), "", … in TEST()
266 …gleDeviceBinary<NEO::DeviceBinaryFormat::Zebin>(ArrayRef<const uint8_t>::fromAny(&zebin, 1U), "", … in TEST()
[all …]
H A Ddevice_binary_format_ar_tests.cpp19 …auto emptyArchive = ArrayRef<const uint8_t>::fromAny(NEO::Ar::arMagic.begin(), NEO::Ar::arMagic.si… in TEST()
42 …auto emptyArchive = ArrayRef<const uint8_t>::fromAny(NEO::Ar::arMagic.begin(), NEO::Ar::arMagic.si… in TEST()
165 …IRV, NEO::Elf::SectionNamesOpenCl::spirvObject, ArrayRef<const uint8_t>::fromAny(NEO::spirvMagic.b… in TEST()
194 …IRV, NEO::Elf::SectionNamesOpenCl::spirvObject, ArrayRef<const uint8_t>::fromAny(NEO::llvmBcMagic.… in TEST()
199 …IRV, NEO::Elf::SectionNamesOpenCl::spirvObject, ArrayRef<const uint8_t>::fromAny(NEO::spirvMagic.b… in TEST()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/enode/
H A Diter.go138 fromAny chan *Node
162 fromAny: make(chan *Node),
197 close(m.fromAny)
241 n, ok := <-m.fromAny
283 case m.fromAny <- n:
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/elf/
H A Delf_decoder_tests.cpp153 auto header64Data = ArrayRef<const uint8_t>::fromAny(&header64, 1U); in TEST()
157 auto header32Data = ArrayRef<const uint8_t>::fromAny(&header32, 1U); in TEST()
164 …EXPECT_EQ(nullptr, decodeElfFileHeader<EI_CLASS_64>(ArrayRef<const uint8_t>::fromAny(&header, 1U))… in TEST()
168 …EXPECT_EQ(nullptr, decodeElfFileHeader<EI_CLASS_64>(ArrayRef<const uint8_t>::fromAny(&header, 1U))… in TEST()
172 …EXPECT_EQ(nullptr, decodeElfFileHeader<EI_CLASS_64>(ArrayRef<const uint8_t>::fromAny(&header, 1U))… in TEST()
176 …EXPECT_EQ(nullptr, decodeElfFileHeader<EI_CLASS_64>(ArrayRef<const uint8_t>::fromAny(&header, 1U))… in TEST()
179 …EXPECT_EQ(&header, decodeElfFileHeader<EI_CLASS_64>(ArrayRef<const uint8_t>::fromAny(&header, 1U))… in TEST()
197 EXPECT_EQ(EI_CLASS_64, getElfNumBits(ArrayRef<const uint8_t>::fromAny(&header64, 1U))); in TEST()
200 EXPECT_EQ(EI_CLASS_32, getElfNumBits(ArrayRef<const uint8_t>::fromAny(&header32, 1U))); in TEST()
210 EXPECT_TRUE(isElf(ArrayRef<const uint8_t>::fromAny(&header64, 1U))); in TEST()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/http/tests/
H A Ddate_time_unittests.cc162 date_time_ = HttpDateTime::fromAny("Thu, 05 Jan 2017 09:15:06 GMT"); in TEST_F()
170 date_time_ = HttpDateTime::fromAny("Saturday, 18-Feb-17 01:02:10 GMT"); in TEST_F()
178 date_time_ = HttpDateTime::fromAny("Wed Mar 1 15:45:07 2017 GMT"); in TEST_F()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dconfiguration.hxx151 static T fromAny(css::uno::Any const & value) in fromAny() function
171 static std::optional< T > fromAny(css::uno::Any const & value) in fromAny() function
215 return detail::Convert< U >::fromAny(a); in get()
257 return detail::Convert< U >::fromAny(a); in get()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dconfiguration.hxx149 static T fromAny(css::uno::Any const & value) in fromAny() function
169 static boost::optional< T > fromAny(css::uno::Any const & value) in fromAny() function
213 return detail::Convert< U >::fromAny(a); in get()
255 return detail::Convert< U >::fromAny(a); in get()
/dports/devel/stack/stack-2.7.3/_cabal_deps/cmdargs-0.10.21/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/cmdargs-0.10.21/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cmdargs-0.10.21/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cmdargs-0.10.21/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs37 fromAny :: Typeable a => Any -> a
38 fromAny (Any x) = case D.cast x of function
103 return $ fromAny $ head cs
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/socket/
H A Duri.cpp129 URI URI::fromAny(const std::string& uri) in fromAny() function in Botan::URI
184 URI URI::fromAny(const std::string&) {throw Not_Implemented("No socket support enabled in build");} in fromAny() function in Botan::URI
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/socket/
H A Duri.cpp129 URI URI::fromAny(const std::string& uri) in fromAny() function in Botan::URI
184 URI URI::fromAny(const std::string&) {throw Not_Implemented("No socket support enabled in build");} in fromAny() function in Botan::URI

1234