Home
last modified time | relevance | path

Searched refs:IsFormatter (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-2.7.10/src/Test/Hspec/
H A DDiscover.hs7 , IsFormatter (..)
20 class IsFormatter a where constructor
23 instance IsFormatter (IO Formatter) where
26 instance IsFormatter Formatter where
29 hspecWithFormatter :: IsFormatter a => a -> Spec -> IO ()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DFormat.h103 typedef detail::FormatterTag IsFormatter; typedef
445 struct IsFormatter : public std::false_type {}; struct
448 struct IsFormatter<
451 std::is_same<typename T::IsFormatter, detail::FormatterTag>::value>::
H A DFormat-inl.h1095 detail::IsFormatter<F<containerMode, Args...>>::value>::type> {
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DFormat.h111 typedef detail::FormatterTag IsFormatter; typedef
452 struct IsFormatter : public std::false_type {}; struct
455 struct IsFormatter<
458 std::is_same<typename T::IsFormatter, detail::FormatterTag>::value>::
H A DFormat-inl.h1106 detail::IsFormatter<F<containerMode, Args...>>::value>::type> {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingconfigparser.cs264 internal bool IsFormatter; // Is this a formatter sink provider? field in System.Runtime.Remoting.Activation.RemotingXmlConfigFileData.SinkProviderEntry
272 IsFormatter = isFormatter; in SinkProviderEntry()
H A Dconfiguration.cs621 if (entry.IsFormatter) in CreateChannelSinkProvider()