func reflect.Indirect
26 uses
reflect (current package)
type.go#L2468: var recv = Indirect(in[0])
value.go#L2342: func Indirect(v Value) Value {
database/sql
convert.go#L400: dv := reflect.Indirect(dpv)
encoding/binary
binary.go#L380: v := reflect.Indirect(reflect.ValueOf(data))
binary.go#L396: return dataSize(reflect.Indirect(reflect.ValueOf(v)))
encoding/gob
encode.go#L358: v = reflect.Indirect(v)
encode.go#L698: value = reflect.Indirect(value)
github.com/aws/aws-sdk-go/aws/awsutil
equal.go#L14: ra := reflect.Indirect(reflect.ValueOf(a))
equal.go#L15: rb := reflect.Indirect(reflect.ValueOf(b))
path_value.go#L28: values := []reflect.Value{reflect.Indirect(reflect.ValueOf(v))}
path_value.go#L63: if f := reflect.Indirect(value.Field(i)); f.IsValid() {
path_value.go#L92: value = reflect.Indirect(value)
path_value.go#L110: value := reflect.Indirect(valItem)
path_value.go#L117: idx := reflect.Indirect(value.Index(i))
path_value.go#L136: value = reflect.Indirect(value.Index(i))
path_value.go#L199: dstVal = reflect.Indirect(dstVal)
github.com/aws/aws-sdk-go/private/protocol
idempotency.go#L50: v = reflect.Indirect(v)
github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
build.go#L32: value = reflect.Indirect(value)
build.go#L199: switch value := reflect.Indirect(v); value.Kind() {
github.com/aws/aws-sdk-go/private/protocol/rest
build.go#L140: payload := reflect.Indirect(v.FieldByName(payloadName))
build.go#L268: v = reflect.Indirect(v)
payload.go#L33: v := reflect.Indirect(reflect.ValueOf(i))
unmarshal.go#L31: v := reflect.Indirect(reflect.ValueOf(r.Data))
unmarshal.go#L56: v := reflect.Indirect(reflect.ValueOf(data))
github.com/ghodss/yaml
yaml.go#L232: ev := reflect.Indirect(reflect.New(t.Type().Elem()))
golang.org/x/crypto/ssh
messages.go#L503: v := reflect.Indirect(reflect.ValueOf(msg))
![]() |
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. |