func encoding/gob.userType
18 uses
encoding/gob (current package)
decode.go#L791: ut := userType(rt)
decode.go#L853: ut := userType(typ)
decode.go#L974: ut := userType(fr)
decode.go#L1032: elem := userType(t.Elem()).base
decode.go#L1169: *enginePtr, err = dec.compileDec(wireId, userType(emptyStructType))
decode.go#L1189: ut := userType(value.Type())
encode.go#L400: ut := userType(iv.Elem().Type())
encode.go#L517: ut := userType(rt)
encode.go#L575: getEncEngine(userType(typ), building)
encoder.go#L136: ut := userType(origt)
type.go#L151: func userType(rt reflect.Type) *userTypeInfo {
type.go#L284: wireTypeUserInfo = userType(reflect.TypeOf((*wireType)(nil)))
type.go#L530: typ := userType(f.Type).base
type.go#L533: t := userType(f.Type).base
type.go#L584: ut := userType(rt)
type.go#L624: userType(rt) // might as well cache it now
type.go#L766: t, err := getTypeInfo(userType(rt))
type.go#L813: ut := userType(reflect.TypeOf(value))
![]() |
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. |