Lines Matching refs:Unmarshal
313 Unmarshal([]byte) error methodSpec
334 func Unmarshal(buf []byte, pb Message) error { func
340 return u.Unmarshal(buf)
342 return NewBuffer(buf).Unmarshal(pb)
362 return u.Unmarshal(buf)
364 return NewBuffer(buf).Unmarshal(pb)
373 return NewBuffer(enc).Unmarshal(pb)
385 err := Unmarshal(b[:x], pb)
396 func (p *Buffer) Unmarshal(pb Message) error { func
410 err := u.Unmarshal(p.buf[p.index:])
424 err := info.Unmarshal(pb, p.buf[p.index:])