Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Doptions.go58 type stdUI struct { struct
59 r *bufio.Reader member
62 func (ui *stdUI) ReadLine(prompt string) (string, error) {
67 func (ui *stdUI) Print(args ...interface{}) {
71 func (ui *stdUI) PrintErr(args ...interface{}) {
75 func (ui *stdUI) IsTerminal() bool {
79 func (ui *stdUI) WantBrowser() bool {
83 func (ui *stdUI) SetAutoComplete(func(string) string) {
86 func (ui *stdUI) fprint(f *os.File, args []interface{}) {