Home
last modified time | relevance | path

Searched defs:GetAllTypes (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/tests/
H A DNativeFormatExtensions.cs13 public static IEnumerable<TypeDefinition> GetAllTypes(this ScopeDefinition scope) in GetAllTypes() method in MetadataTransformTests.NativeFormatExtensions
18 private static IEnumerable<TypeDefinition> GetAllTypes(this NamespaceDefinition ns) in GetAllTypes() method in MetadataTransformTests.NativeFormatExtensions
23 private static IEnumerable<TypeDefinition> GetAllTypes(this TypeDefinition type) in GetAllTypes() method in MetadataTransformTests.NativeFormatExtensions
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/rocks/Mono.Cecil.Rocks/
H A DModuleDefinitionRocks.cs22 public static IEnumerable<TypeDefinition> GetAllTypes (this ModuleDefinition self) in GetAllTypes() method in Mono.Cecil.Rocks.ModuleDefinitionRocks
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/rocks/Mono.Cecil.Rocks/
H A DModuleDefinitionRocks.cs40 public static IEnumerable<TypeDefinition> GetAllTypes (this ModuleDefinition self) in GetAllTypes() method in Mono.Cecil.Rocks.ModuleDefinitionRocks
/dports/lang/mono/mono-5.10.1.57/external/cecil/rocks/Mono.Cecil.Rocks/
H A DModuleDefinitionRocks.cs22 public static IEnumerable<TypeDefinition> GetAllTypes (this ModuleDefinition self) in GetAllTypes() method in Mono.Cecil.Rocks.ModuleDefinitionRocks
/dports/lang/mono/mono-5.10.1.57/external/linker/tuner/Mono.Tuner/
H A DCecilRocks.cs40 public static IEnumerable<TypeDefinition> GetAllTypes (this ModuleDefinition self) in GetAllTypes() method in Mono.Tuner.MethodBodyRocks
45 static IEnumerable<TypeDefinition> GetAllTypes (this TypeDefinition self) in GetAllTypes() method in Mono.Tuner.MethodBodyRocks
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DModuleDesc.cs34 public abstract IEnumerable<MetadataType> GetAllTypes(); in GetAllTypes() method in Internal.TypeSystem.ModuleDesc
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/Shared/
H A DApiConsistencyTestBase.cs74 protected virtual IEnumerable<TypeInfo> GetAllTypes(IEnumerable<TypeInfo> types) in GetAllTypes() method in Microsoft.AspNetCore.Identity.Test.ApiConsistencyTestBase
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/src/ILCompiler/Metadata/
H A DExplicitScopeAssemblyPolicyMixin.cs107 public override IEnumerable<Cts.MetadataType> GetAllTypes() in GetAllTypes() method in ILCompiler.Metadata.ExplicitScopeAssemblyPolicyMixin.ExplicitScopeAssembly
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Ddbtype.cpp123 std::set<DbType::Ptr> DbType::GetAllTypes() in GetAllTypes() function in DbType
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DCompilationModuleGroup.cs108 public override IEnumerable<MetadataType> GetAllTypes() in GetAllTypes() method in ILCompiler.CompilationModuleGroup.CompilerGeneratedAssembly
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dtype.cpp47 std::vector<Type::Ptr> Type::GetAllTypes() in GetAllTypes() function in Type
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dquota_usage.go278 func (q *EventuallyConsistentQuotaUsage) GetAllTypes( func
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DvalueTypeRegistry.cpp410 Registry::GetAllTypes() const in GetAllTypes() function in __anonacb9b6940211::Registry
528 Sdf_ValueTypeRegistry::GetAllTypes() const in GetAllTypes() function in Sdf_ValueTypeRegistry
H A Dschema.cpp1191 SdfSchemaBase::GetAllTypes() const in GetAllTypes() function in SdfSchemaBase
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DMemberLookup.cs640 private TypeArray GetAllTypes() in GetAllTypes() method in Microsoft.CSharp.RuntimeBinder.Semantics.MemberLookup
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Ecma/
H A DEcmaModule.cs510 public sealed override IEnumerable<MetadataType> GetAllTypes() in GetAllTypes() method in Internal.TypeSystem.Ecma.EcmaModule
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/timers/
H A DPVRTimerType.cpp26 const std::vector<std::shared_ptr<CPVRTimerType>> CPVRTimerType::GetAllTypes() in GetAllTypes() function in CPVRTimerType
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/NativeFormat/
H A DNativeFormatModule.cs218 public override IEnumerable<MetadataType> GetAllTypes() in GetAllTypes() method in Internal.TypeSystem.NativeFormat.NativeFormatModule
/dports/science/libkml/libkml-1.3.0/src/kml/xsd/
H A Dxsd_file.cc71 void XsdFile::GetAllTypes(XsdTypeVector* types) const { in GetAllTypes() function in kmlxsd::XsdFile
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dxline.cpp230 std::vector<std::string> XLineManager::GetAllTypes() in GetAllTypes() function in XLineManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dpeople_handler_unittest.cc71 syncer::UserSelectableTypeSet GetAllTypes() { in GetAllTypes() function
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dnamespace.cs225 public IList<TypeSpec> GetAllTypes (string name) in GetAllTypes() method in Mono.CSharp.Namespace
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dpeople_handler_unittest.cc71 syncer::UserSelectableTypeSet GetAllTypes() { in GetAllTypes() function
/dports/net/opal/opal-3.10.10/src/lids/
H A Dlid.cxx1037 PStringList OpalLineInterfaceDevice::GetAllTypes() in GetAllTypes() function in OpalLineInterfaceDevice
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/mdoc/Mono.Documentation/
H A Dmonodocer.cs3144 public static IEnumerable<TypeDefinition> GetAllTypes (this ModuleDefinition self) in GetAllTypes() method in Mono.Documentation.CecilExtensions
3149 static IEnumerable<TypeDefinition> GetAllTypes (this TypeDefinition self) in GetAllTypes() method in Mono.Documentation.CecilExtensions

12