Home
last modified time | relevance | path

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

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