Home
last modified time | relevance | path

Searched refs:IsInterface (Results 1 – 25 of 1787) sorted by relevance

12345678910>>...72

/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/
H A DJsonSerializer.cs56 if (typeof(T) == typeof(object) || typeof(T).IsAbstract || typeof(T).IsInterface) in SerializeToString()
58 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = true; in SerializeToString()
60 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = false; in SerializeToString()
106 if (typeof(T) == typeof(object) || typeof(T).IsAbstract || typeof(T).IsInterface) in SerializeToWriter()
108 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = true; in SerializeToWriter()
110 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = false; in SerializeToWriter()
132 if (typeof(T) == typeof(object) || typeof(T).IsAbstract || typeof(T).IsInterface) in SerializeToStream()
134 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = true; in SerializeToStream()
136 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = false; in SerializeToStream()
H A DJsonSerializer.Generic.cs48 if (typeof(T) == typeof(object) || typeof(T).IsAbstract || typeof(T).IsInterface) in SerializeToString()
50 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = true; in SerializeToString()
52 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = false; in SerializeToString()
72 if (typeof(T) == typeof(object) || typeof(T).IsAbstract || typeof(T).IsInterface) in SerializeToWriter()
74 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = true; in SerializeToWriter()
76 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = false; in SerializeToWriter()
H A DTypeSerializer.cs82 if (typeof(T) == typeof(object) || typeof(T).IsAbstract || typeof(T).IsInterface) in SerializeToString()
84 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = true; in SerializeToString()
86 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = false; in SerializeToString()
121 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = true; in SerializeToWriter()
123 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = false; in SerializeToWriter()
147 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = true; in SerializeToStream()
149 if (typeof(T).IsAbstract || typeof(T).IsInterface) JsState.IsWritingDynamic = false; in SerializeToStream()
/dports/net/termshark/termshark-2.1.1/pcap/
H A Dsource.go19 IsInterface() bool methodSpec
57 return src.IsFile() || src.IsInterface()
76 func (p FileSource) IsInterface() bool { func
118 func (p InterfaceSource) IsInterface() bool { func
146 func (p FifoSource) IsInterface() bool { func
175 func (p PipeSource) IsInterface() bool { func
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeTypeMembers/
H A DCodeTypeDeclarationTests.cs21 Assert.False(declaration.IsInterface); in Ctor_Default()
43 Assert.False(declaration.IsInterface); in IsClass_Set_Get_ReturnsTrue()
53 Assert.False(declaration.IsInterface); in IsClass_SetTrue_WasStruct_ReturnsTrue()
66 Assert.False(declaration.IsInterface); in IsStruct_Set_Get_ReturnsExpected()
79 Assert.False(declaration.IsInterface); in IsEnum_Set_Get_ReturnsExpected()
88 declaration.IsInterface = value; in IsInterface_Set_Get_ReturnsExpected()
89 Assert.Equal(value, declaration.IsInterface); in IsInterface_Set_Get_ReturnsExpected()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp31 bool IsInterface) { in addNodeToInterfaceMap() argument
34 InterfaceMap.insert(std::make_pair(Name, IsInterface)); in addNodeToInterfaceMap()
41 bool &IsInterface) const { in getInterfaceStatus()
47 IsInterface = Pair->second; in getInterfaceStatus()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp31 bool IsInterface) { in addNodeToInterfaceMap() argument
34 InterfaceMap.insert(std::make_pair(Name, IsInterface)); in addNodeToInterfaceMap()
41 bool &IsInterface) const { in getInterfaceStatus()
47 IsInterface = Pair->second; in getInterfaceStatus()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp31 bool IsInterface) { in addNodeToInterfaceMap() argument
34 InterfaceMap.insert(std::make_pair(Name, IsInterface)); in addNodeToInterfaceMap()
41 bool &IsInterface) const { in getInterfaceStatus()
47 IsInterface = Pair->second; in getInterfaceStatus()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp31 bool IsInterface) { in addNodeToInterfaceMap() argument
34 InterfaceMap.insert(std::make_pair(Name, IsInterface)); in addNodeToInterfaceMap()
41 bool &IsInterface) const { in getInterfaceStatus()
47 IsInterface = Pair->second; in getInterfaceStatus()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp31 bool IsInterface) { in addNodeToInterfaceMap() argument
34 InterfaceMap.insert(std::make_pair(Name, IsInterface)); in addNodeToInterfaceMap()
41 bool &IsInterface) const { in getInterfaceStatus()
47 IsInterface = Pair->second; in getInterfaceStatus()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeTypeDeclarationCas.cs65 Assert.IsFalse (ctd.IsInterface, "IsInterface"); in Constructor0_Deny_Unrestricted()
66 ctd.IsInterface = true; in Constructor0_Deny_Unrestricted()
89 Assert.IsFalse (ctd.IsInterface, "IsInterface"); in Constructor1_Deny_Unrestricted()
90 ctd.IsInterface = true; in Constructor1_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/
H A DTypeUtils.cs198 if (targetType.IsInterface) in IsValidInstanceType()
272 if (source.IsInterface || dest.IsInterface) in HasReferenceConversionTo()
314 if (source.IsInterface) in StrictHasReferenceConversionTo()
316 if (dest.IsInterface || dest.IsClass && !dest.IsSealed) in StrictHasReferenceConversionTo()
321 else if (dest.IsInterface) in StrictHasReferenceConversionTo()
367 if (!source.IsSZArray || !dest.IsInterface || !dest.IsGenericType) in HasArrayToInterfaceConversion()
394 if (!dest.IsSZArray || !source.IsInterface || !source.IsGenericType) in HasInterfaceToArrayConversion()
558 return left.IsInterface || right.IsInterface || AreReferenceAssignable(left, right) in HasReferenceEquality()
566 if (left.IsInterface && !right.IsValueType) in HasBuiltInEqualityOperator()
571 if (right.IsInterface && !left.IsValueType) in HasBuiltInEqualityOperator()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Reflection/
H A DTypeDelegatorTests.cs34 Assert.True(new TypeDelegator(typeof(IComparable)).IsInterface); in Properties()
38 Assert.False(new TypeDelegator(typeof(TypeDelegatorTests)).IsInterface); in Properties()
41 Assert.False(new TypeDelegator(typeof(TypeCode)).IsInterface); in Properties()
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dfake.go73 if f.IsInterface() || f.Mode == Package {
86 func (f *Fake) IsInterface() bool { func
90 return types.IsInterface(f.Target.Type())
120 if f.IsInterface() {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dfake.go73 if f.IsInterface() || f.Mode == Package {
86 func (f *Fake) IsInterface() bool { func
90 return types.IsInterface(f.Target.Type())
120 if f.IsInterface() {
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection/
H A DTypeDelegatorTest.cs65 Assert.AreEqual (true, new TypeDelegator (typeof (IComparable)).IsInterface); in Properties()
69 Assert.AreEqual (false, new TypeDelegator (typeof (TypeDelegatorTest)).IsInterface); in Properties()
72 Assert.AreEqual (false, new TypeDelegator (typeof (TypeCode)).IsInterface); in Properties()
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/maxbrunsfeld/counterfeiter/generator/
H A Dfake.go79 if f.IsInterface() || f.Mode == Package {
92 func (f *Fake) IsInterface() bool { func
96 return types.IsInterface(f.Target.Type())
130 if f.IsInterface() {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dfake.go75 if f.IsInterface() || f.Mode == Package {
88 func (f *Fake) IsInterface() bool { func
92 return types.IsInterface(f.Target.Type())
122 if f.IsInterface() {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/generator/
H A Dtypes.go644 if result.IsInterface {
765 result.IsInterface = false
1062 IsInterface bool member
1138 if rt.IsInterface {
1208 rt.IsInterface = false
1217 rt.IsInterface = false
1226 rt.IsInterface = false
1235 rt.IsInterface = true
1244 rt.IsInterface = false
1253 rt.IsInterface = false
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DConversions.cs110 if ((aggSrc.IsClass() && !aggSrc.IsSealed() && aggDest.IsInterface()) || in FExpRefConv()
111 (aggSrc.IsInterface() && aggDest.IsClass() && !aggDest.IsSealed()) || in FExpRefConv()
112 (aggSrc.IsInterface() && aggDest.IsInterface())) in FExpRefConv()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/
H A DMetadataViewProvider.cs31 if (metadataViewType.IsInterface) in GetMetadataView()
92 if(metadataViewType.IsInterface) in GetMetadataView()
127 || metadataViewType.IsInterface in IsViewTypeValid()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/src/System/ComponentModel/Composition/
H A DMetadataViewProvider.cs32 if (metadataViewType.IsInterface) in GetMetadataView()
96 if(metadataViewType.IsInterface) in GetMetadataView()
130 || metadataViewType.IsInterface in IsViewTypeValid()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DInterfaceGenericVirtualMethodTableNode.cs54 Debug.Assert(callingMethod.OwningType.IsInterface); in GetGenericVirtualMethodImplementationDependencies()
70 if (!openImplementationType.IsInterface) in GetGenericVirtualMethodImplementationDependencies()
86 Debug.Assert(callingMethod.OwningType.IsInterface); in AddGenericVirtualMethodImplementation()
102 if (!openImplementationType.IsInterface) in AddGenericVirtualMethodImplementation()
150 Debug.Assert(gvmEntry.Key.OwningType.IsInterface); in GetData()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Execution/src/Internal/Reflection/Execution/TypeLoader/
H A DTypeCast.cs28 … Debug.Assert(pTargetType.IsInterface, "IsInstanceOfInterface called with non-interface EEType"); in ImplementsInterface()
246 if (pTargetType.IsInterface) in AreTypesAssignableInternal()
262 if (pSourceType.IsInterface) in AreTypesAssignableInternal()
380 Debug.Assert(!pBaseType.IsInterface, "did not expect interface type"); in IsDerived()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/Microsoft/TestCommon/
H A DTypeAssert.cs58 IsInterface = 0x80, enumerator
152 …ssert.CheckProperty(type, (typeProperties & TypeProperties.IsInterface) > 0, type.IsInterface, "an… in HasProperties()

12345678910>>...72