Searched defs:Eval (Results 1 – 6 of 6) sorted by relevance
| /build/blueprint/parser/ |
| D | ast.go | 154 Eval(scope *Scope) (Expression, error) methodSpec 280 func (x *Operator) Eval(scope *Scope) (Expression, error) { func 411 func (x *Variable) Eval(scope *Scope) (Expression, error) { func 457 func (x *Map) Eval(scope *Scope) (Expression, error) { func 579 func (x *List) Eval(scope *Scope) (Expression, error) { func 634 func (x *String) Eval(scope *Scope) (Expression, error) { func 681 func (x *Int64) Eval(scope *Scope) (Expression, error) { func 714 func (x *Bool) Eval(scope *Scope) (Expression, error) { func 872 func (s *Select) Eval(scope *Scope) (Expression, error) { func 965 func (n *UnsetProperty) Eval(scope *Scope) (Expression, error) { func
|
| /build/blueprint/ |
| D | live_tracker.go | 232 func (l *liveTracker) Eval(n *ninjaString) (string, error) { func
|
| D | singleton_ctx.go | 97 Eval(pctx PackageContext, ninjaStr string) (string, error) methodSpec 295 func (s *singletonContext) Eval(pctx PackageContext, str string) (string, error) { func
|
| D | ninja_strings.go | 359 func (n *ninjaString) Eval(variables map[Variable]*ninjaString) (string, error) { func
|
| /build/soong/android/ |
| D | makevars.go | 106 Eval(ninjaStr string) (string, error) methodSpec 574 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) { func
|
| D | singleton.go | 66 Eval(pctx PackageContext, ninjaStr string) (string, error) methodSpec 239 func (s *singletonContextAdaptor) Eval(pctx PackageContext, ninjaStr string) (string, error) { func
|