func reflect.haveIdenticalUnderlyingType
11 uses
reflect (current package)
type.go#L1582: return haveIdenticalUnderlyingType(T, V, true)
type.go#L1594: return haveIdenticalUnderlyingType(T.common(), V.common(), false)
type.go#L1597: func haveIdenticalUnderlyingType(T, V *rtype, cmpTags bool) bool {
type.go#L2015: if haveIdenticalUnderlyingType(&ft.rtype, t, true) {
type.go#L2026: if haveIdenticalUnderlyingType(&ft.rtype, t, true) {
type.go#L2044: if haveIdenticalUnderlyingType(&ft.rtype, tt, true) {
type.go#L2647: if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
type.go#L2659: if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
type.go#L2676: if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
value.go#L2535: if haveIdenticalUnderlyingType(dst, src, false) {
value.go#L2542: haveIdenticalUnderlyingType(dst.Elem().common(), src.Elem().common(), false) {
 |
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. |