reflect.Value.FieldByIndex (method)
9 uses
reflect (current package)
value.go#L880: func (v Value) FieldByIndex(index []int) Value {
value.go#L905: return v.FieldByIndex(f.Index)
value.go#L916: return v.FieldByIndex(f.Index)
encoding/gob
decode.go#L466: field = value.FieldByIndex(instr.index)
encode.go#L320: field := value.FieldByIndex(instr.index)
github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
unmarshal.go#L171: member := value.FieldByIndex(field.Index)
gopkg.in/yaml.v2
decode.go#L765: field = out.FieldByIndex(info.Inline)
encode.go#L219: value = in.FieldByIndex(info.Inline)
text/template
exec.go#L617: field := receiver.FieldByIndex(tField.Index)
![]() |
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. |