Home | History | Annotate | Download | only in gob

Lines Matching defs:compileSingle

1050 // compileSingle compiles the decoder engine for a non-struct top-level value, including
1052 func (dec *Decoder) compileSingle(remoteId typeId, ut *userTypeInfo) (engine *decEngine, err error) {
1084 // it calls out to compileSingle.
1090 return dec.compileSingle(remoteId, ut)