Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dprinter.go27 type printer struct { struct
28 defs []Definition
29 comments []*CommentGroup
31 curComment int
33 pos scanner.Position
35 pendingSpace bool
36 pendingNewline int
38 output []byte
40 indentList []int
41 wsBuf []byte
[all …]