runtime.structtype.fields (field)
12 uses
runtime (current package)
alg.go#L183: for _, f := range s.fields {
cgocall.go#L516: if len(st.fields) != 1 {
cgocall.go#L519: cgoCheckArg(st.fields[0].typ, p, st.fields[0].typ.kind&kindDirectIface == 0, top, msg)
cgocall.go#L522: for _, f := range st.fields {
cgocheck.go#L246: for _, f := range st.fields {
type.go#L445: fields []structfield
type.go#L705: if len(st.fields) != len(sv.fields) {
type.go#L711: for i := range st.fields {
type.go#L712: tf := &st.fields[i]
type.go#L713: vf := &sv.fields[i]
![]() |
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. |