type fileRaw …
func newRawFile(db Builder) *File { … }
func (fd *File) initDecls(numEnums, numMessages, numExtensions, numServices int32) { … }
func (fd *File) allocEnums(n int) []Enum { … }
func (fd *File) allocMessages(n int) []Message { … }
func (fd *File) allocExtensions(n int) []Extension { … }
func (fd *File) allocServices(n int) []Service { … }
func (fd *File) checkDecls() { … }
func (fd *File) unmarshalSeed(b []byte) { … }
func (fd *File) unmarshalSeedOptions(b []byte) { … }
func (ed *Enum) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i int) { … }
func (md *Message) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i int) { … }
func (md *Message) unmarshalSeedOptions(b []byte) { … }
func (xd *Extension) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i int) { … }
func (xd *Extension) unmarshalOptions(b []byte) { … }
func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i int) { … }
var nameBuilderPool …
func getBuilder() *strs.Builder { … }
func putBuilder(b *strs.Builder) { … }
func makeFullName(sb *strs.Builder, b []byte) protoreflect.FullName { … }
func appendFullName(sb *strs.Builder, prefix protoreflect.FullName, suffix []byte) protoreflect.FullName { … }