func reflect.ifaceIndir
12 uses
reflect (current package)
type.go#L2756: case len(fs) == 1 && !ifaceIndir(fs[0].typ):
type.go#L2949: case count == 1 && !ifaceIndir(typ):
type.go#L3021: if ifaceIndir(rcvr) || rcvr.pointers() {
type.go#L3077: func ifaceIndir(t *rtype) bool {
value.go#L111: case ifaceIndir(t):
value.go#L150: if ifaceIndir(t) {
value.go#L547: if ifaceIndir(typ) {
value.go#L680: } else if v.flag&flagIndir != 0 && !ifaceIndir(t) {
value.go#L1306: if ifaceIndir(typ) {
value.go#L1513: if ifaceIndir(t) {
value.go#L2270: if ifaceIndir(t) {
value.go#L2376: if ifaceIndir(t) {
![]() |
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. |