HomeSort by relevance Sort by last modified time
    Searched defs:typeFormat (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fmt.go 276 func (t *fmtTypeErr) Format(s fmt.State, verb rune) { typeFormat((*types.Type)(t), s, verb, FErr) }
277 func (t *fmtTypeDbg) Format(s fmt.State, verb rune) { typeFormat((*types.Type)(t), s, verb, FDbg) }
278 func (t *fmtTypeTypeId) Format(s fmt.State, verb rune) { typeFormat((*types.Type)(t), s, verb, FTypeId) }
280 typeFormat((*types.Type)(t), s, verb, FTypeIdName)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 276 func (t *fmtTypeErr) Format(s fmt.State, verb rune) { typeFormat((*types.Type)(t), s, verb, FErr) }
277 func (t *fmtTypeDbg) Format(s fmt.State, verb rune) { typeFormat((*types.Type)(t), s, verb, FDbg) }
278 func (t *fmtTypeTypeId) Format(s fmt.State, verb rune) { typeFormat((*types.Type)(t), s, verb, FTypeId) }
280 typeFormat((*types.Type)(t), s, verb, FTypeIdName)
    [all...]

Completed in 106 milliseconds