Searched defs:unmarshalSeed (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/internal/filedesc/ |
D | desc_init.go | 94 func (fd *File) unmarshalSeed(b []byte) { func 222 func (ed *Enum) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i i… func 274 func (md *Message) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, … func 390 func (xd *Extension) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor… func 426 func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, … func
|