Home | History | Annotate | Download | only in fmt

Lines Matching refs:printArg

322 		p.printArg(p.arg, 'v')
535 // Nested panics; the recursion in printArg cannot succeed.
547 p.printArg(err, 'v')
604 func (p *pp) printArg(arg interface{}, verb rune) {
689 // printValue is similar to printArg but starts with a reflect value, not an interface{} value.
690 // It does not handle 'p' and 'T' verbs because these should have been already handled by printArg.
692 // Handle values with special methods if not already handled by printArg (depth == 0).
998 p.printArg(a[argNum], rune(c))
1091 p.printArg(a[argNum], verb)
1111 p.printArg(arg, 'v')
1126 p.printArg(arg, 'v')
1138 p.printArg(arg, 'v')