Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/textproto/
Dwriter.go55 type dotWriter struct { struct
56 w *Writer
57 state int
67 func (d *dotWriter) Write(b []byte) (n int, err error) {
103 func (d *dotWriter) Close() error {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dhtml.go1058 func (f *Func) HTML(phase string, dot *dotWriter) string {
1261 type dotWriter struct { struct
1262 path string
1263 broken bool
1264 phases map[string]bool // keys specify phases with CFGs