type google.golang.org/protobuf/internal/filedesc.Fields
12 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L192: Fields Fields
desc_list_gen.go#L140: type Fields struct {
desc_list_gen.go#L148: func (p *Fields) Len() int {
desc_list_gen.go#L151: func (p *Fields) Get(i int) protoreflect.FieldDescriptor {
desc_list_gen.go#L154: func (p *Fields) ByName(s protoreflect.Name) protoreflect.FieldDescriptor {
desc_list_gen.go#L160: func (p *Fields) ByJSONName(s string) protoreflect.FieldDescriptor {
desc_list_gen.go#L166: func (p *Fields) ByNumber(n protoreflect.FieldNumber) protoreflect.FieldDescriptor {
desc_list_gen.go#L172: func (p *Fields) Format(s fmt.State, r rune) {
desc_list_gen.go#L175: func (p *Fields) ProtoInternal(pragma.DoNotImplement) {}
desc_list_gen.go#L176: func (p *Fields) lazyInit() *Fields {
placeholder.go#L22: emptyFields = new(Fields)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |