type fmt.State
34 uses
fmt (current package)
print.go#L39: type State interface {
print.go#L55: Format(f State, verb rune)
print.go#L81: func FormatString(state State, verb rune) string {
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#L133: 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#L112: func FormatDesc(s fmt.State, r rune, t protoreflect.Descriptor) {
google.golang.org/protobuf/internal/filedesc
desc.go#L149: func (fd *File) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, fd) }
desc.go#L220: func (ed *Enum) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
desc.go#L237: func (ed *EnumValue) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
desc.go#L321: func (md *Message) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, md) }
desc.go#L403: func (fd *Field) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, fd) }
desc.go#L427: func (od *Oneof) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, od) }
desc.go#L496: func (xd *Extension) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, xd) }
desc.go#L536: func (sd *Service) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, sd) }
desc.go#L554: 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#L37: func (p *Enums) Format(s fmt.State, r rune) {
desc_list_gen.go#L81: func (p *EnumValues) Format(s fmt.State, r rune) {
desc_list_gen.go#L122: func (p *Messages) Format(s fmt.State, r rune) {
desc_list_gen.go#L180: func (p *Fields) Format(s fmt.State, r rune) {
desc_list_gen.go#L239: func (p *Oneofs) Format(s fmt.State, r rune) {
desc_list_gen.go#L276: func (p *Extensions) Format(s fmt.State, r rune) {
desc_list_gen.go#L313: func (p *Services) Format(s fmt.State, r rune) {
desc_list_gen.go#L350: func (p *Methods) Format(s fmt.State, r rune) {
math/big
ftoa.go#L458: func (x *Float) Format(s fmt.State, format rune) {
intconv.go#L44: func writeMultiple(s fmt.State, text string, count int) {
intconv.go#L66: func (x *Int) Format(s fmt.State, ch rune) {