func google.golang.org/protobuf/internal/descfmt.FormatDesc
10 uses
google.golang.org/protobuf/internal/descfmt (current package)
stringer.go#L117: func FormatDesc(s fmt.State, r rune, t pref.Descriptor) {
google.golang.org/protobuf/internal/filedesc
desc.go#L82: func (fd *File) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, fd) }
desc.go#L160: func (ed *Enum) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
desc.go#L174: func (ed *EnumValue) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
desc.go#L256: func (md *Message) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }
desc.go#L332: func (fd *Field) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, fd) }
desc.go#L359: func (od *Oneof) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, od) }
desc.go#L414: func (xd *Extension) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, xd) }
desc.go#L454: func (sd *Service) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, sd) }
desc.go#L472: func (md *Method) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }
 |
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. |