type fmt.State
33 uses
fmt (current package)
print.go#L38: type State interface {
print.go#L54: Format(f State, verb rune)
go.uber.org/multierr
error.go#L284: func (merr *multiError) Format(f fmt.State, c rune) {
golang.org/x/tools/internal/event/core
event.go#L38: func (ev Event) Format(f fmt.State, r rune) {
golang.org/x/tools/internal/event/label
label.go#L132: func (t Label) Format(f fmt.State, r rune) {
google.golang.org/protobuf/internal/descfmt
stringer.go#L25: func FormatList(s fmt.State, r rune, vs list) {
stringer.go#L119: func FormatDesc(s fmt.State, r rune, t protoreflect.Descriptor) {
google.golang.org/protobuf/internal/filedesc
desc.go#L83: func (fd *File) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, fd) }
desc.go#L152: func (ed *Enum) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
desc.go#L166: func (ed *EnumValue) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
desc.go#L248: func (md *Message) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }
desc.go#L325: func (fd *Field) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, fd) }
desc.go#L352: func (od *Oneof) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, od) }
desc.go#L410: func (xd *Extension) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, xd) }
desc.go#L450: func (sd *Service) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, sd) }
desc.go#L468: func (md *Method) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }
desc_list.go#L26: func (p *FileImports) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L38: func (p *Names) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L90: func (p *EnumRanges) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L152: func (p *FieldRanges) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L242: func (p *FieldNumbers) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L268: func (p *OneofFields) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list_gen.go#L36: func (p *Enums) Format(s fmt.State, r rune) {
desc_list_gen.go#L80: func (p *EnumValues) Format(s fmt.State, r rune) {
desc_list_gen.go#L121: func (p *Messages) Format(s fmt.State, r rune) {
desc_list_gen.go#L179: func (p *Fields) Format(s fmt.State, r rune) {
desc_list_gen.go#L228: func (p *Oneofs) Format(s fmt.State, r rune) {
desc_list_gen.go#L265: func (p *Extensions) Format(s fmt.State, r rune) {
desc_list_gen.go#L302: func (p *Services) Format(s fmt.State, r rune) {
desc_list_gen.go#L339: func (p *Methods) Format(s fmt.State, r rune) {
math/big
ftoa.go#L465: func (x *Float) Format(s fmt.State, format rune) {
intconv.go#L44: func writeMultiple(s fmt.State, text string, count int) {
intconv.go#L67: func (x *Int) Format(s fmt.State, ch rune) {