Home | History | Annotate | Download | only in gob

Lines Matching full:usertype

159 // userType returns, and saves, the information associated with user-provided type rt.
161 func userType(rt reflect.Type) *userTypeInfo {
294 wireTypeUserInfo = userType(reflect.TypeOf((*wireType)(nil)))
540 typ := userType(f.Type).base
543 t := userType(f.Type).base
594 ut := userType(rt)
634 userType(rt) // might as well cache it now
732 userType, err := getType(rt.Name(), ut, rt)
736 gt := userType.id().gobType().(*gobEncoderType)
776 t, err := getTypeInfo(userType(rt))
825 ut := userType(reflect.TypeOf(value))