golang.org/x/pkgsite/internal/godoc/codec.Encoder.StartStruct (method)
59 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
codec.go#L350: func (e *Encoder) StartStruct(isNil bool, p interface{}) bool {
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L18: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L79: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L146: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L201: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L256: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L311: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L372: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L439: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L500: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L561: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L634: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L701: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L768: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L835: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L884: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L939: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1012: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1061: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1116: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1171: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1226: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1275: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1336: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1409: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1482: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1555: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1610: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1671: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1750: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1805: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1866: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L1939: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2012: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2073: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2140: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2201: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2262: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2323: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2384: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2445: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2530: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2585: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2640: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2695: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2750: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2811: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2896: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L2951: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3012: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3079: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3146: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3219: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3286: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3347: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3420: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3650: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3826: if !e.StartStruct(x == nil, x) {
encode_ast.gen.go#L3881: if !e.StartStruct(x == nil, x) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |