google.golang.org/protobuf/internal/filedesc.Methods.List (field)
11 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc_lazy.go#L86: for j := range sd.L2.Methods.List {
desc_lazy.go#L87: md := &sd.L2.Methods.List[j]
desc_lazy.go#L622: sd.L2.Methods.List = make([]Method, len(rawMethods))
desc_lazy.go#L624: sd.L2.Methods.List[i].unmarshalFull(b, sb, sd.L0.ParentFile, sd, i)
desc_list_gen.go#L311: List []Method
desc_list_gen.go#L317: return len(p.List)
desc_list_gen.go#L320: return &p.List[i]
desc_list_gen.go#L334: if len(p.List) > 0 {
desc_list_gen.go#L335: p.byName = make(map[protoreflect.Name]*Method, len(p.List))
desc_list_gen.go#L336: for i := range p.List {
desc_list_gen.go#L337: d := &p.List[i]
![]() |
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. |