Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go62 Map anonMember
243 type Map struct { struct
244 LBracePos scanner.Position
245 RBracePos scanner.Position
246 Properties []*Property
249 func (x *Map) Pos() scanner.Position { return x.LBracePos }
250 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) }
252 func (x *Map) Copy() Expression {
261 func (x *Map) Eval() Expression {
265 func (x *Map) String() string {
[all …]
/build/blueprint/microfactory/
Dmicrofactory.go98 func (c *Config) Map(pkgPrefix, pathPrefix string) error { func