Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/pprof/
Dreadlineui.go30 type readlineUI struct { struct
31 term *term.Terminal
56 func (r *readlineUI) ReadLine(prompt string) (string, error) {
72 func (r *readlineUI) Print(args ...any) {
79 func (r *readlineUI) PrintErr(args ...any) {
83 func (r *readlineUI) print(withColor bool, args ...any) {
104 func (r *readlineUI) IsTerminal() bool {
110 func (r *readlineUI) WantBrowser() bool {
116 func (r *readlineUI) SetAutoComplete(complete func(string) string) {