Searched defs:Fprint (Results 1 – 4 of 4) sorted by relevance
/prebuilts/go/linux-x86/src/go/ast/ |
D | print.go | 39 func Fprint(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error { func
|
/prebuilts/go/linux-x86/src/go/printer/ |
D | printer.go | 1423 func (cfg *Config) Fprint(output io.Writer, fset *token.FileSet, node any) error { func 1431 func Fprint(output io.Writer, fset *token.FileSet, node any) error { func
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | printer.go | 26 func Fprint(w io.Writer, x Node, form Form) (n int, err error) { func
|
/prebuilts/go/linux-x86/src/fmt/ |
D | print.go | 260 func Fprint(w io.Writer, a ...any) (n int, err error) { func
|