Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / unused / edgekind_string.go
1 // Code generated by "stringer -type edgeKind"; DO NOT EDIT.
2
3 package unused
4
5 import "strconv"
6
7 func _() {
8         // An "invalid array index" compiler error signifies that the constant values have changed.
9         // Re-run the stringer command to generate them again.
10         var x [1]struct{}
11         _ = x[edgeAlias-1]
12         _ = x[edgeBlankField-2]
13         _ = x[edgeAnonymousStruct-4]
14         _ = x[edgeCgoExported-8]
15         _ = x[edgeConstGroup-16]
16         _ = x[edgeElementType-32]
17         _ = x[edgeEmbeddedInterface-64]
18         _ = x[edgeExportedConstant-128]
19         _ = x[edgeExportedField-256]
20         _ = x[edgeExportedFunction-512]
21         _ = x[edgeExportedMethod-1024]
22         _ = x[edgeExportedType-2048]
23         _ = x[edgeExportedVariable-4096]
24         _ = x[edgeExtendsExportedFields-8192]
25         _ = x[edgeExtendsExportedMethodSet-16384]
26         _ = x[edgeFieldAccess-32768]
27         _ = x[edgeFunctionArgument-65536]
28         _ = x[edgeFunctionResult-131072]
29         _ = x[edgeFunctionSignature-262144]
30         _ = x[edgeImplements-524288]
31         _ = x[edgeInstructionOperand-1048576]
32         _ = x[edgeInterfaceCall-2097152]
33         _ = x[edgeInterfaceMethod-4194304]
34         _ = x[edgeKeyType-8388608]
35         _ = x[edgeLinkname-16777216]
36         _ = x[edgeMainFunction-33554432]
37         _ = x[edgeNamedType-67108864]
38         _ = x[edgeNetRPCRegister-134217728]
39         _ = x[edgeNoCopySentinel-268435456]
40         _ = x[edgeProvidesMethod-536870912]
41         _ = x[edgeReceiver-1073741824]
42         _ = x[edgeRuntimeFunction-2147483648]
43         _ = x[edgeSignature-4294967296]
44         _ = x[edgeStructConversion-8589934592]
45         _ = x[edgeTestSink-17179869184]
46         _ = x[edgeTupleElement-34359738368]
47         _ = x[edgeType-68719476736]
48         _ = x[edgeTypeName-137438953472]
49         _ = x[edgeUnderlyingType-274877906944]
50         _ = x[edgePointerType-549755813888]
51         _ = x[edgeUnsafeConversion-1099511627776]
52         _ = x[edgeUsedConstant-2199023255552]
53         _ = x[edgeVarDecl-4398046511104]
54 }
55
56 const _edgeKind_name = "edgeAliasedgeBlankFieldedgeAnonymousStructedgeCgoExportededgeConstGroupedgeElementTypeedgeEmbeddedInterfaceedgeExportedConstantedgeExportedFieldedgeExportedFunctionedgeExportedMethodedgeExportedTypeedgeExportedVariableedgeExtendsExportedFieldsedgeExtendsExportedMethodSetedgeFieldAccessedgeFunctionArgumentedgeFunctionResultedgeFunctionSignatureedgeImplementsedgeInstructionOperandedgeInterfaceCalledgeInterfaceMethodedgeKeyTypeedgeLinknameedgeMainFunctionedgeNamedTypeedgeNetRPCRegisteredgeNoCopySentineledgeProvidesMethodedgeReceiveredgeRuntimeFunctionedgeSignatureedgeStructConversionedgeTestSinkedgeTupleElementedgeTypeedgeTypeNameedgeUnderlyingTypeedgePointerTypeedgeUnsafeConversionedgeUsedConstantedgeVarDecl"
57
58 var _edgeKind_map = map[edgeKind]string{
59         1:             _edgeKind_name[0:9],
60         2:             _edgeKind_name[9:23],
61         4:             _edgeKind_name[23:42],
62         8:             _edgeKind_name[42:57],
63         16:            _edgeKind_name[57:71],
64         32:            _edgeKind_name[71:86],
65         64:            _edgeKind_name[86:107],
66         128:           _edgeKind_name[107:127],
67         256:           _edgeKind_name[127:144],
68         512:           _edgeKind_name[144:164],
69         1024:          _edgeKind_name[164:182],
70         2048:          _edgeKind_name[182:198],
71         4096:          _edgeKind_name[198:218],
72         8192:          _edgeKind_name[218:243],
73         16384:         _edgeKind_name[243:271],
74         32768:         _edgeKind_name[271:286],
75         65536:         _edgeKind_name[286:306],
76         131072:        _edgeKind_name[306:324],
77         262144:        _edgeKind_name[324:345],
78         524288:        _edgeKind_name[345:359],
79         1048576:       _edgeKind_name[359:381],
80         2097152:       _edgeKind_name[381:398],
81         4194304:       _edgeKind_name[398:417],
82         8388608:       _edgeKind_name[417:428],
83         16777216:      _edgeKind_name[428:440],
84         33554432:      _edgeKind_name[440:456],
85         67108864:      _edgeKind_name[456:469],
86         134217728:     _edgeKind_name[469:487],
87         268435456:     _edgeKind_name[487:505],
88         536870912:     _edgeKind_name[505:523],
89         1073741824:    _edgeKind_name[523:535],
90         2147483648:    _edgeKind_name[535:554],
91         4294967296:    _edgeKind_name[554:567],
92         8589934592:    _edgeKind_name[567:587],
93         17179869184:   _edgeKind_name[587:599],
94         34359738368:   _edgeKind_name[599:615],
95         68719476736:   _edgeKind_name[615:623],
96         137438953472:  _edgeKind_name[623:635],
97         274877906944:  _edgeKind_name[635:653],
98         549755813888:  _edgeKind_name[653:668],
99         1099511627776: _edgeKind_name[668:688],
100         2199023255552: _edgeKind_name[688:704],
101         4398046511104: _edgeKind_name[704:715],
102 }
103
104 func (i edgeKind) String() string {
105         if str, ok := _edgeKind_map[i]; ok {
106                 return str
107         }
108         return "edgeKind(" + strconv.FormatInt(int64(i), 10) + ")"
109 }