Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dinline.go70 PrintText(*bytes.Buffer) methodSpec
88 func (x *Plain) PrintText(buf *bytes.Buffer) { func
161 func (x *Code) PrintText(buf *bytes.Buffer) { func
189 func (x *Strong) PrintText(buf *bytes.Buffer) { func
220 func (x *Del) PrintText(buf *bytes.Buffer) { func
249 func (x *Emph) PrintText(buf *bytes.Buffer) { func
957 func (x *Emoji) PrintText(buf *bytes.Buffer) { func
Dlink.go393 func (x *AutoLink) PrintText(buf *bytes.Buffer) { func
446 func (x *Link) PrintText(buf *bytes.Buffer) { func
491 func (x *Image) PrintText(buf *bytes.Buffer) { func
Dbreak.go65 func (x *HardBreak) PrintText(buf *bytes.Buffer) { func
81 func (x *SoftBreak) PrintText(buf *bytes.Buffer) { func
Dlist.go339 func (x *Task) PrintText(buf *bytes.Buffer) { func
Dhtml.go507 func (x *HTMLTag) PrintText(buf *bytes.Buffer) {} func
/aosp_15_r20/tools/treble/build/treble_build/cmd/
H A Dquery.go43 func (h *queryReport) PrintText(w io.Writer, rsp *response, verbose bool) { func
H A Dhost.go41 func (h *hostReport) PrintText(w io.Writer, rsp *response, verbose bool) { func
H A Dpaths.go54 func (h *pathsReport) PrintText(w io.Writer, rsp *response, verbose bool) { func
H A Dmain.go42 PrintText(w io.Writer, rsp *response, verbose bool) methodSpec