Searched defs:FileSyntax (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/ |
D | read.go | 76 type FileSyntax struct { struct 77 Name string // file path 78 Comments 79 Stmt []Expr 82 func (x *FileSyntax) Span() (start, end Position) { 104 func (x *FileSyntax) addLine(hint Expr, tokens ...string) *Line { 190 func (x *FileSyntax) updateLine(line *Line, tokens ...string) { 209 func (x *FileSyntax) Cleanup() {
|
D | print.go | 16 func Format(f *FileSyntax) []byte {
|
D | rule.go | 1482 func addReplace(syntax *FileSyntax, replace *[]*Replace, oldPath, oldVers, newPath, newVers string)… 1611 func removeDups(syntax *FileSyntax, exclude *[]*Exclude, replace *[]*Replace) {
|