Home
last modified time | relevance | path

Searched defs:ExportedType (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeSystem/
H A DExportedType.cs9 public readonly struct ExportedType struct
11 internal readonly MetadataReader reader;
14 internal readonly int rowId;
16 internal ExportedType(MetadataReader reader, int rowId) in ExportedType() argument
25 private ExportedTypeHandle Handle
30 public TypeAttributes Attributes
35 public bool IsForwarder
43 public StringHandle Name
51 public StringHandle Namespace
62 public NamespaceDefinitionHandle NamespaceDefinition
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/doc/testdata/
H A Dpkg.go67 type ExportedType struct { struct
69 ExportedField int // Comment on line with exported field.
70 unexportedField int // Comment on line with unexported field.
71 ExportedEmbeddedType // Comment on line with exported embedded field.
72 *ExportedEmbeddedType // Comment on line with exported embedded *field.
74 unexportedType // Comment on line with unexported embedded field.
76 io.Reader // Comment on line with embedded Reader.
77 error // Comment on line with embedded error.
81 func (ExportedType) ExportedMethod(a int) bool {
85 func (ExportedType) Uncommented(a int) bool {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/doc/testdata/
H A Dpkg.go61 type ExportedType struct { struct
63 ExportedField int // Comment on line with exported field.
64 unexportedField int // Comment on line with unexported field.
65 ExportedEmbeddedType // Comment on line with exported embedded field.
66 *ExportedEmbeddedType // Comment on line with exported embedded *field.
67 unexportedType // Comment on line with unexported embedded field.
68 *unexportedType // Comment on line with unexported embedded *field.
69 io.Reader // Comment on line with embedded Reader.
70 error // Comment on line with embedded error.
74 func (ExportedType) ExportedMethod(a int) bool {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/testdata/captLocal/
H A Dnegative_tests.go15 type ExportedType int type
17 func (x ExportedType) capitalizedType(y ExportedType) ExportedType {
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DExportedType.cs33 public class ExportedType : IMetadataTokenProvider { class
225 …public ExportedType (string @namespace, string name, ModuleDefinition module, IMetadataScope scope) in ExportedType() method in Mono.Cecil.ExportedType
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DExportedType.cs15 public sealed class ExportedType : IMetadataTokenProvider { class
215 …public ExportedType (string @namespace, string name, ModuleDefinition module, IMetadataScope scope) in ExportedType() method in Mono.Cecil.ExportedType
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DExportedType.cs15 public sealed class ExportedType : IMetadataTokenProvider { class
215 …public ExportedType (string @namespace, string name, ModuleDefinition module, IMetadataScope scope) in ExportedType() method in Mono.Cecil.ExportedType
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DExportedType.cs33 public class ExportedType : IMetadataTokenProvider { class
224 …public ExportedType (string @namespace, string name, ModuleDefinition module, IMetadataScope scope) in ExportedType() method in Mono.Cecil.ExportedType
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DExportedType.cs33 public class ExportedType : IMetadataTokenProvider { class
224 …public ExportedType (string @namespace, string name, ModuleDefinition module, IMetadataScope scope) in ExportedType() method in Mono.Cecil.ExportedType
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/
H A DImplementationTag.cs15 internal const uint ExportedType = 0x00000002; field in System.Reflection.Metadata.Ecma335.ImplementationTag
H A DHasCustomAttributeTag.cs30 internal const uint ExportedType = 0x00000011; field in System.Reflection.Metadata.Ecma335.HasCustomAttributeTag
H A DMetadataFlags.cs58 ExportedType = 1UL << TableIndex.ExportedType, enumerator
227 internal const uint ExportedType = (uint)TableIndex.ExportedType; field in System.Reflection.Metadata.Ecma335.HandleType
313 internal const uint ExportedType = HandleType.ExportedType << RowIdBitCount; field in System.Reflection.Metadata.Ecma335.TokenTypeIds
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/testdata/lsp/primarymod/complit/
H A Dcomplit.go.in12 type ExportedType struct { //@item(exportedType, "ExportedType", "struct{...}", "struct") struct
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil.Metadata/
H A DTokenType.cs50 ExportedType = 0x27000000, enumerator
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil.Metadata/
H A DTokenType.cs50 ExportedType = 0x27000000, enumerator
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil.Metadata/
H A DTokenType.cs50 ExportedType = 0x27000000, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil.Metadata/
H A DTokenType.cs50 ExportedType = 0x27000000, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Ecma335/
H A DCodedIndex.cs190 ExportedType = 17, enumerator
345 ExportedType = 2, enumerator
542 ExportedType = 17, enumerator
H A DTableIndex.cs48 ExportedType = 0x27, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/tests/Metadata/
H A DLargeTablesAndHeapsTests.cs1488 public void ExportedType() in ExportedType() method in System.Reflection.Metadata.Tests.LargeTablesAndHeapsTests
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil.Metadata/
H A DTokenType.cs32 ExportedType = 0x27000000, enumerator
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil.Metadata/
H A DTokenType.cs32 ExportedType = 0x27000000, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/
H A DHasCustomDebugInformationTag.cs31 internal const uint ExportedType = 0x00000011; field in System.Reflection.Metadata.Ecma335.HasCustomDebugInformationTag
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/
H A DHandleKind.cs31 ExportedType = (byte)HandleType.ExportedType, enumerator
/dports/lang/mono/mono-5.10.1.57/external/ikdasm/
H A DTableDumper.cs40 ExportedType = 0x27, enumerator

12