Home | History | Annotate | Download | only in testdata

Lines Matching full:exported

50 // The S0 struct; no field is exported.
56 // The S1 struct; some fields are not exported.
59 A, B, C float // 3 exported fields
63 // The S2 struct; all fields are exported.
66 A, B, C float // 3 exported fields
72 // The I0 interface; no method is exported.
77 // The I1 interface; some methods are not exported.
80 F(x float) float // exported methods
84 // The I2 interface; all methods are exported.
87 F(x float) float // exported method
88 G(x float) float // exported method
97 f3 int // f3 is not exported