Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go62 Map anonMember
439 type Map struct { struct
440 LBracePos scanner.Position
441 RBracePos scanner.Position
442 Properties []*Property
445 func (x *Map) Pos() scanner.Position { return x.LBracePos }
446 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) }
448 func (x *Map) Copy() Expression {
457 func (x *Map) Eval(scope *Scope) (Expression, error) {
478 func (x *Map) PrintfInto(value string) error {
[all …]
/build/blueprint/metrics/
Devent_handler_test.go24 func Map[A any, B any](in []A, f func(A) B) []B { func
/build/blueprint/microfactory/
Dmicrofactory.go115 func (c *Config) Map(pkgPrefix, pathPrefix string) error { func
/build/blueprint/bpmodify/
Dbpmodify.go521 Map = Type(parser.MapType) var
/build/soong/android/
Dvisibility.go606 func packageDefaultVisibility(moduleToVisibilityRule *sync.Map, moduleId qualifiedModuleName) compo…