Home | History | Annotate | Download | only in gob

Lines Matching defs:Read

33 	fieldnum int           // the last field number read.
37 // decBuffer is an extremely simple, fast implementation of a read-only byte buffer.
41 offset int // Read offset.
44 func (d *decBuffer) Read(p []byte) (int, error) {
117 // Used only by the Decoder to read the message length.
220 // a value to extract and store. The field number has already been read
381 if _, err := state.b.Read(value.Bytes()); err != nil {
394 // Read the data.
642 // Read the name of the concrete type.
669 // Read the type id of the concrete value.
677 // Read the concrete value.
694 // Read the name of the concrete type.
719 // Read the bytes for the value.
747 // Read the bytes for the value.