Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/doc/testdata/
Dpkg.go68 type ExportedType struct { struct
70 ExportedField int // Comment on line with exported field.
71 unexportedField int // Comment on line with unexported field.
72 ExportedEmbeddedType // Comment on line with exported embedded field.
73 *ExportedEmbeddedType // Comment on line with exported embedded *field.
74 *qualified.ExportedEmbeddedType // Comment on line with exported embedded *selector.field.
75 unexportedType // Comment on line with unexported embedded field.
76 *unexportedType // Comment on line with unexported embedded *field.
77 io.Reader // Comment on line with embedded Reader.
78 error // Comment on line with embedded error.
[all …]