• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1pkg p1, const A = 1
2pkg p1, const A ideal-int
3pkg p1, const A //deprecated
4pkg p1, const A64 = 1
5pkg p1, const A64 int64
6pkg p1, const AIsLowerA = 11
7pkg p1, const AIsLowerA ideal-int
8pkg p1, const B0 = 2
9pkg p1, const B0 ideal-int
10pkg p1, const ConstChase2 = 11
11pkg p1, const ConstChase2 ideal-int
12pkg p1, const ConversionConst = 5
13pkg p1, const ConversionConst MyInt
14pkg p1, const FloatConst = 1.5  // 3/2
15pkg p1, const FloatConst ideal-float
16pkg p1, const StrConst = "foo"
17pkg p1, const StrConst ideal-string
18pkg p1, func Bar(int8, int16, int64)
19pkg p1, func Bar1(int8, int16, int64) uint64
20pkg p1, func Bar2(int8, int16, int64) (uint8, uint64)
21pkg p1, func BarE() Error
22pkg p1, func Now() Time
23pkg p1, func PlainFunc(int, int, string) (*B, error)
24pkg p1, func TakesFunc(func(int) int)
25pkg p1, method (*B) JustOnB()
26pkg p1, method (*B) OnBothTandBPtr()
27pkg p1, method (*Embedded) OnEmbedded()
28pkg p1, method (*S2) SMethod(int8, int16, int64)
29pkg p1, method (*S2) SMethod //deprecated
30pkg p1, method (*T) JustOnT()
31pkg p1, method (*T) OnBothTandBPtr()
32pkg p1, method (B) OnBothTandBVal()
33pkg p1, method (S) StructValueMethod()
34pkg p1, method (S) StructValueMethodNamedRecv()
35pkg p1, method (S2) StructValueMethod()
36pkg p1, method (S2) StructValueMethodNamedRecv()
37pkg p1, method (T) OnBothTandBVal()
38pkg p1, method (TPtrExported) OnEmbedded()
39pkg p1, method (TPtrUnexported) OnBothTandBPtr()
40pkg p1, method (TPtrUnexported) OnBothTandBVal()
41pkg p1, type B struct
42pkg p1, type ByteStruct struct
43pkg p1, type ByteStruct struct, B uint8
44pkg p1, type ByteStruct struct, R int32
45pkg p1, type Codec struct
46pkg p1, type Codec struct, Func func(int, int) int
47pkg p1, type EmbedSelector struct
48pkg p1, type EmbedSelector struct, embedded Time
49pkg p1, type EmbedURLPtr struct
50pkg p1, type EmbedURLPtr struct, embedded *URL
51pkg p1, type Embedded struct
52pkg p1, type Error interface { Error, Temporary }
53pkg p1, type Error interface, Error() string
54pkg p1, type Error interface, Temporary() bool
55pkg p1, type FuncType func(int, int, string) (*B, error)
56pkg p1, type I interface, Get(string) int64
57pkg p1, type I interface, Get //deprecated
58pkg p1, type I interface, GetNamed(string) int64
59pkg p1, type I interface, Name() string
60pkg p1, type I interface, PackageTwoMeth()
61pkg p1, type I interface, Set(string, int64)
62pkg p1, type I interface, unexported methods
63pkg p1, type MyInt int
64pkg p1, type Namer interface { Name }
65pkg p1, type Namer interface, Name() string
66pkg p1, type Private interface, X()
67pkg p1, type Private interface, unexported methods
68pkg p1, type Private //deprecated
69pkg p1, type Public interface { X, Y }
70pkg p1, type Public interface, X()
71pkg p1, type Public interface, Y()
72pkg p1, type S struct
73pkg p1, type S struct, Public *int
74pkg p1, type S struct, Public //deprecated
75pkg p1, type S struct, PublicTime Time
76pkg p1, type S2 struct
77pkg p1, type S2 struct, Extra bool
78pkg p1, type S2 struct, embedded S
79pkg p1, type S2 struct, embedded S //deprecated
80pkg p1, type SI struct
81pkg p1, type SI struct, I int
82pkg p1, type T struct
83pkg p1, type TPtrExported struct
84pkg p1, type TPtrExported struct, embedded *Embedded
85pkg p1, type TPtrUnexported struct
86pkg p1, type Time struct
87pkg p1, type URL struct
88pkg p1, type URL //deprecated
89pkg p1, var Byte uint8
90pkg p1, var ByteConv []uint8
91pkg p1, var ByteFunc func(uint8) int32
92pkg p1, var ChecksumError error
93pkg p1, var SIPtr *SI
94pkg p1, var SIPtr2 *SI
95pkg p1, var SIVal SI
96pkg p1, var StrConv string
97pkg p1, var V string
98pkg p1, var V1 uint64
99pkg p1, var V2 p2.Twoer
100pkg p1, var VError Error
101pkg p1, var VError //deprecated
102pkg p1, var X I
103pkg p1, var X0 int64
104pkg p1, var Y int
105