reflect.Value.Addr (method)
11 uses
reflect (current package)
type.go#L1766: ft := (*funcType)(unsafe.Pointer(o.Field(0).Addr().Pointer()))
type.go#L1767: args := unsafe.Slice((**rtype)(unsafe.Pointer(o.Field(1).Addr().Pointer())), n)[0:0:n]
type.go#L2405: typ = (*structType)(tt.Elem().Field(0).Addr().UnsafePointer())
type.go#L2406: ut = (*uncommonType)(tt.Elem().Field(1).Addr().UnsafePointer())
value.go#L281: func (v Value) Addr() Value {
encoding/asn1
asn1.go#L857: switch v := v.Addr().Interface().(type) {
encoding/json
decode.go#L446: v = v.Addr()
encode.go#L455: va := v.Addr()
encode.go#L491: va := v.Addr()
github.com/gotd/td/tdp
tdp.go#L39: formatValue(b, prefix, fieldName, opt, v.Addr())
go.opentelemetry.io/otel/attribute
set.go#L397: *(at.Index(i).Addr().Interface().(*KeyValue)) = keyValue
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |