Home
last modified time | relevance | path

Searched defs:Type (Results 51 – 75 of 29900) sorted by relevance

12345678910>>...1196

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/xreflect/
H A Dtype.go26 func identicalType(t, u Type) bool {
37 func debugOnMismatchCache(m *typeutil.Map, gtype types.Type, rtype reflect.Type, cached Type) {
56 func (m *Types) add(t Type) {
86 func (v *Universe) maketype3(kind reflect.Kind, gtype types.Type, rtype reflect.Type) Type {
112 func (v *Universe) maketype(gtype types.Type, rtype reflect.Type) Type {
116 func (v *Universe) MakeType(gtype types.Type, rtype reflect.Type) Type {
274 func (t *xtype) Implements(u Type) bool {
282 func (t *xtype) IdenticalTo(u Type) bool {
292 func (t *xtype) AssignableTo(u Type) bool {
298 func (t *xtype) ConvertibleTo(u Type) bool {
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go18 func (g *Generator) getDecoderName(t reflect.Type) string {
91 func hasCustomUnmarshaler(t reflect.Type) bool {
98 func hasUnknownsUnmarshaler(t reflect.Type) bool {
103 func hasUnknownsMarshaler(t reflect.Type) bool {
326 func (g *Generator) interfaceIsEasyjsonUnmarshaller(t reflect.Type) bool {
330 func (g *Generator) interfaceIsJsonUnmarshaller(t reflect.Type) bool {
397 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
444 func (g *Generator) genDecoder(t reflect.Type) error {
453 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
477 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go18 func (g *Generator) getDecoderName(t reflect.Type) string {
91 func hasCustomUnmarshaler(t reflect.Type) bool {
98 func hasUnknownsUnmarshaler(t reflect.Type) bool {
103 func hasUnknownsMarshaler(t reflect.Type) bool {
326 func (g *Generator) interfaceIsEasyjsonUnmarshaller(t reflect.Type) bool {
330 func (g *Generator) interfaceIsJsonUnmarshaller(t reflect.Type) bool {
397 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
444 func (g *Generator) genDecoder(t reflect.Type) error {
453 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
477 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go18 func (g *Generator) getDecoderName(t reflect.Type) string {
91 func hasCustomUnmarshaler(t reflect.Type) bool {
98 func hasUnknownsUnmarshaler(t reflect.Type) bool {
103 func hasUnknownsMarshaler(t reflect.Type) bool {
326 func (g *Generator) interfaceIsEasyjsonUnmarshaller(t reflect.Type) bool {
330 func (g *Generator) interfaceIsJsonUnmarshaller(t reflect.Type) bool {
397 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
444 func (g *Generator) genDecoder(t reflect.Type) error {
453 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
477 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/internal/gosmith/
H A Dtype.go37 type Type struct { struct
38 id string
39 class TypeClass
40 namedUserType bool
42 vtyp *Type // map val
43 utyp *Type // underlying type
47 literal func() string
48 complexLiteral func() string
293 func typeList(t *Type, n int) []*Type {
301 func pointerTo(elem *Type) *Type {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/internal/gosmith/
H A Dtype.go37 type Type struct { struct
38 id string
39 class TypeClass
40 namedUserType bool
42 vtyp *Type // map val
43 utyp *Type // underlying type
47 literal func() string
48 complexLiteral func() string
293 func typeList(t *Type, n int) []*Type {
301 func pointerTo(elem *Type) *Type {
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/internal/gosmith/
H A Dtype.go37 type Type struct { struct
38 id string
39 class TypeClass
40 namedUserType bool
42 vtyp *Type // map val
43 utyp *Type // underlying type
47 literal func() string
48 complexLiteral func() string
293 func typeList(t *Type, n int) []*Type {
301 func pointerTo(elem *Type) *Type {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/internal/gosmith/
H A Dtype.go37 type Type struct { struct
38 id string
39 class TypeClass
40 namedUserType bool
42 vtyp *Type // map val
43 utyp *Type // underlying type
47 literal func() string
48 complexLiteral func() string
293 func typeList(t *Type, n int) []*Type {
301 func pointerTo(elem *Type) *Type {
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3dextras/
H A Dqt3dquickextrasnodefactory_p.h74 struct Type { struct
75 Type() : t(nullptr), resolved(false) { } in Type() argument
76 Type(const char *quickName, int major, int minor) in Type() argument
80 QQmlType t; argument
83 QHash<QByteArray, Type> m_types; argument
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3dinput/
H A Dqt3dquickinputnodefactory_p.h74 struct Type { struct
75 Type() : t(nullptr), resolved(false) { } in Type() argument
76 Type(const char *quickName, int major, int minor) in Type() function
80 QQmlType t; argument
83 QHash<QByteArray, Type> m_types; argument
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3drender/
H A Dqt3dquickrendernodefactory_p.h74 struct Type { struct
75 Type() : t(nullptr), resolved(false) { } in Type() argument
76 Type(const char *quickName, int major, int minor) in Type() argument
80 QQmlType t; argument
83 QHash<QByteArray, Type> m_types; argument
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3danimation/
H A Dqt3dquickanimationnodefactory_p.h74 struct Type { struct
75 Type() : t(nullptr), resolved(false) { } in Type() argument
76 Type(const char *quickName, int major, int minor) in Type() argument
80 QQmlType t; argument
83 QHash<QByteArray, Type> m_types; argument
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3d/
H A Dqt3dquicknodefactory_p.h74 struct Type { struct
75 Type() : t(nullptr), resolved(false) { } in Type() function
76 Type(const char *quickName, int major, int minor) in Type() function
80 QQmlType t; argument
83 QHash<QByteArray, Type> m_types; argument
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3dscene2d/
H A Dqt3dquickscene2dnodefactory_p.h74 struct Type { struct
75 Type() : t(nullptr), resolved(false) { } in Type() argument
76 Type(const char *quickName, int major, int minor) in Type() argument
80 QQmlType t; argument
83 QHash<QByteArray, Type> m_types; argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/discovery/moby/testdata/swarmprom/
H A Dnodes.json28 "Type": "Log", string
32 "Type": "Log", string
36 "Type": "Log", string
40 "Type": "Log", string
44 "Type": "Log", string
48 "Type": "Log", string
52 "Type": "Log", string
56 "Type": "Log", string
60 "Type": "Log", string
64 "Type": "Log", string
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/discovery/moby/testdata/swarmprom/
H A Dnodes.json28 "Type": "Log", string
32 "Type": "Log", string
36 "Type": "Log", string
40 "Type": "Log", string
44 "Type": "Log", string
48 "Type": "Log", string
52 "Type": "Log", string
56 "Type": "Log", string
60 "Type": "Log", string
64 "Type": "Log", string
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/discovery/moby/testdata/swarmprom/
H A Dnodes.json28 "Type": "Log", string
32 "Type": "Log", string
36 "Type": "Log", string
40 "Type": "Log", string
44 "Type": "Log", string
48 "Type": "Log", string
52 "Type": "Log", string
56 "Type": "Log", string
60 "Type": "Log", string
64 "Type": "Log", string
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/missions/doom.cdogscpn/
H A Dpickups.json7 "Type": "Normal", string
10 "Type": "Health", string
16 "Type": "Normal", string
19 "Type": "Health", string
25 "Type": "Normal", string
28 "Type": "Health", string
37 "Type": "Health", string
46 "Type": "Health", string
73 "Type": "Ammo", string
83 "Type": "Ammo", string
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Object/
H A DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
258 static bool supportsX86(uint64_t Type) { in supportsX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
304 static bool supportsARM(uint64_t Type) { in supportsARM()
330 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Object/
H A DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
258 static bool supportsX86(uint64_t Type) { in supportsX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
304 static bool supportsARM(uint64_t Type) { in supportsARM()
330 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
258 static bool supportsX86(uint64_t Type) { in supportsX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
304 static bool supportsARM(uint64_t Type) { in supportsARM()
325 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
258 static bool supportsX86(uint64_t Type) { in supportsX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
304 static bool supportsARM(uint64_t Type) { in supportsARM()
330 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Object/
H A DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
258 static bool supportsX86(uint64_t Type) { in supportsX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
304 static bool supportsARM(uint64_t Type) { in supportsARM()
330 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Object/
H A DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
258 static bool supportsX86(uint64_t Type) { in supportsX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
304 static bool supportsARM(uint64_t Type) { in supportsARM()
330 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
258 static bool supportsX86(uint64_t Type) { in supportsX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
304 static bool supportsARM(uint64_t Type) { in supportsARM()
325 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]

12345678910>>...1196