Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dast.go24 End() Pos methodSpec
49 func (x *Assignment) End() Pos { return x.Value.End() } func
61 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) } func
75 func (x *Directive) End() Pos { func
98 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) } func
105 func (x *Variable) End() Pos { return x.Name.End() } func
Dmake_strings.go55 func (ms *MakeString) End() Pos { func
/build/blueprint/parser/
Dast.go27 End() scanner.Position methodSpec
54 func (a *Assignment) End() scanner.Position { return a.Value.End() } func
87 func (m *Module) End() scanner.Position { return m.Map.End() } func
108 func (p *Property) End() scanner.Position { return p.Value.End() } func
212 func (x *Operator) End() scanner.Position { return x.Args[1].End() } func
226 func (x *Variable) End() scanner.Position { return endPos(x.NamePos, len(x.Name)) } func
250 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) } func
308 func (x *List) End() scanner.Position { return endPos(x.RBracePos, 1) } func
340 func (x *String) End() scanner.Position { return endPos(x.LiteralPos, len(x.Value)+2) } func
366 func (x *Int64) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) } func
[all …]
Dmodify.go61 Start, End int member
Dparser.go55 func (f *File) End() scanner.Position { func
/build/soong/ui/metrics/
Dtime.go38 End(thread tracer.Thread) soong_metrics_proto.PerfInfo methodSpec
55 func (t *timeTracerImpl) End(tracer.Thread) soong_metrics_proto.PerfInfo { func
/build/soong/ui/tracer/
Dmicrofactory.go28 End uint64 member
Dtracer.go46 End(thread Thread) methodSpec
229 func (t *tracerImpl) End(thread Thread) { func