func google.golang.org/protobuf/internal/descfmt.FormatList
15 uses
google.golang.org/protobuf/internal/descfmt (current package)
stringer.go#L25: func FormatList(s fmt.State, r rune, vs list) {
google.golang.org/protobuf/internal/filedesc
desc_list.go#L24: func (p *FileImports) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L36: func (p *Names) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L88: func (p *EnumRanges) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L150: func (p *FieldRanges) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L240: func (p *FieldNumbers) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L256: func (p *OneofFields) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list_gen.go#L37: descfmt.FormatList(s, r, p)
desc_list_gen.go#L81: descfmt.FormatList(s, r, p)
desc_list_gen.go#L122: descfmt.FormatList(s, r, p)
desc_list_gen.go#L173: descfmt.FormatList(s, r, p)
desc_list_gen.go#L218: descfmt.FormatList(s, r, p)
desc_list_gen.go#L255: descfmt.FormatList(s, r, p)
desc_list_gen.go#L292: descfmt.FormatList(s, r, p)
desc_list_gen.go#L329: descfmt.FormatList(s, r, p)
 |
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. |