Home
last modified time | relevance | path

Searched defs:IsInvalid (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/TypeTraits/
H A DIsInvalid.hxx33 struct IsInvalid{ struct
37 static constexpr bool cond = false;
44 struct IsInvalid<tfel::meta::InvalidType>{ struct
48 static constexpr bool cond = true;
/dports/science/tfel/tfel-3.4.0/include/TFEL/TypeTraits/
H A DIsInvalid.hxx33 struct IsInvalid{ struct
37 static constexpr bool cond = false;
44 struct IsInvalid<tfel::meta::InvalidType>{ struct
48 static constexpr bool cond = true;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/microsoft/win32/safehandles/
H A Dwin32safehandles.cs45 public override bool IsInvalid { property in Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
71 public override bool IsInvalid { property in Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid
89 public override bool IsInvalid { property in Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid
107 public override bool IsInvalid { property in Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Microsoft/Win32/SafeHandles/
H A DAsn1SafeHandles.Unix.cs25 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeAsn1ObjectHandle
45 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeAsn1BitStringHandle
65 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeAsn1OctetStringHandle
85 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeAsn1StringHandle
H A DSafeX509Handles.Unix.cs28 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeX509Handle
48 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeX509CrlHandle
68 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeX509StoreHandle
H A DGssSafeHandles.cs51 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeGssNameHandle
115 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeGssCredHandle
136 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeGssContextHandle
H A DSafeBrotliHandle.cs20 public override bool IsInvalid => handle == IntPtr.Zero; field in Microsoft.Win32.SafeHandles.SafeBrotliEncoderHandle
33 public override bool IsInvalid => handle == IntPtr.Zero; field in Microsoft.Win32.SafeHandles.SafeBrotliDecoderHandle
H A DX509ExtensionSafeHandles.Unix.cs25 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeX509ExtensionHandle
45 public override bool IsInvalid property in Microsoft.Win32.SafeHandles.SafeEkuExtensionHandle
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/General/
H A DScalarObjectRandomAccessConstIterator.hxx277 struct IsInvalid<tfel::math::ScalarObjectRandomAccessConstIterator<A,B,Op> > struct
280 typedef typename tfel::math::ScalarObjectRandomAccessConstIterator<A,B,Op>::value_type T;
285 static constexpr bool cond = IsInvalid<T>::cond;
289 struct IsInvalid<tfel::math::ObjectScalarRandomAccessConstIterator<A,B,Op> > struct
292 typedef typename tfel::math::ObjectScalarRandomAccessConstIterator<A,B,Op>::value_type T;
297 static constexpr bool cond = IsInvalid<T>::cond;
H A DNegObjectRandomAccessConstIterator.hxx153 struct IsInvalid<tfel::math::NegObjectRandomAccessConstIterator< A > > struct
156 typedef typename tfel::math::NegObjectRandomAccessConstIterator< A >::value_type T;
161 static constexpr bool cond = IsInvalid<T>::cond;
H A DObjectObjectRandomAccessConstIterator.hxx164 struct IsInvalid<tfel::math::ObjectObjectRandomAccessConstIterator<A,B,Op> > struct
167 typedef typename tfel::math::ObjectObjectRandomAccessConstIterator<A,B,Op>::value_type T;
172 static constexpr bool cond = IsInvalid<T>::cond;
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/c1222/
H A Dpacket-c1222-template.c277 {C1222_CMD_SECURITY, "Security" },
281 {C1222_CMD_NEGOTIATE | 0x1, "Negotiate w/ 1 Baud Rate" },
285 {C1222_CMD_NEGOTIATE | 0x5, "Negotiate w/ 5 Baud Rates" },
289 {C1222_CMD_NEGOTIATE | 0x9, "Negotiate w/ 9 Baud Rates" },
297 /* these are for the key tables */
298 typedef struct _c1222_uat_data {
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/General/
H A DNegObjectRandomAccessConstIterator.hxx153 struct IsInvalid<tfel::math::NegObjectRandomAccessConstIterator< A > > struct
156 typedef typename tfel::math::NegObjectRandomAccessConstIterator< A >::value_type T;
161 static constexpr bool cond = IsInvalid<T>::cond;
H A DObjectObjectRandomAccessConstIterator.hxx164 struct IsInvalid<tfel::math::ObjectObjectRandomAccessConstIterator<A,B,Op> > struct
167 typedef typename tfel::math::ObjectObjectRandomAccessConstIterator<A,B,Op>::value_type T;
172 static constexpr bool cond = IsInvalid<T>::cond;
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DanyWeakPtr.cpp44 TfAnyWeakPtr::_EmptyHolder::IsInvalid() const in IsInvalid() function in TfAnyWeakPtr::_EmptyHolder
109 TfAnyWeakPtr::IsInvalid() const in IsInvalid() function in TfAnyWeakPtr
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DTdsParserSafeHandles.cs52 public override bool IsInvalid property in System.Data.SqlClient.SNILoadHandle
177 public override bool IsInvalid property in System.Data.SqlClient.SNIHandle
220 public override bool IsInvalid property in System.Data.SqlClient.SNIPacket
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DTdsParserSafeHandles.cs54 public override bool IsInvalid { property in System.Data.SqlClient.SNILoadHandle
166 public override bool IsInvalid { property in System.Data.SqlClient.SNIHandle
200 public override bool IsInvalid { property in System.Data.SqlClient.SNIPacket
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/consensus/
H A Dvalidation.h64 bool IsInvalid() const { in IsInvalid() function
70 bool IsInvalid(int &nDoSOut) const { in IsInvalid() function
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/consensus/
H A Dvalidation.h64 bool IsInvalid() const { in IsInvalid() function
70 bool IsInvalid(int &nDoSOut) const { in IsInvalid() function
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/consensus/
H A Dvalidation.h64 bool IsInvalid() const { in IsInvalid() function
70 bool IsInvalid(int &nDoSOut) const { in IsInvalid() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DSafeCloseSocket.cs40 public override bool IsInvalid property in System.Net.Sockets.SafeCloseSocket
201 public override bool IsInvalid property in System.Net.Sockets.SafeCloseSocket.InnerSafeCloseSocket
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Microsoft/Win32/SafeHandles/
H A DCriticalHandleMinusOneIsInvalid.cs18 public override bool IsInvalid => handle == new IntPtr(-1); field in Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid
H A DCriticalHandleZeroOrMinusOneIsInvalid.cs18 public override bool IsInvalid => handle == IntPtr.Zero || handle == new IntPtr(-1); field in Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DSafeHandleZeroIsInvalid.cs33 public override bool IsInvalid property in Grpc.Core.Internal.SafeHandleZeroIsInvalid
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DSafeHandleZeroIsInvalid.cs33 public override bool IsInvalid property in Grpc.Core.Internal.SafeHandleZeroIsInvalid

12345678910>>...23