Home
last modified time | relevance | path

Searched defs:Fprint (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/src/go/ast/
Dprint.go39 func Fprint(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error { func
/prebuilts/go/linux-x86/src/go/printer/
Dprinter.go1423 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/
Dprinter.go26 func Fprint(w io.Writer, x Node, form Form) (n int, err error) { func
/prebuilts/go/linux-x86/src/fmt/
Dprint.go260 func Fprint(w io.Writer, a ...any) (n int, err error) { func