Searched defs:Map (Results 1 – 2 of 2) sorted by relevance
62 Map anonMember266 type Map struct { struct267 LBracePos scanner.Position268 RBracePos scanner.Position269 Properties []*Property270 MapItems []*MapItem273 func (x *Map) Pos() scanner.Position { return x.LBracePos }274 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) }276 func (x *Map) Copy() Expression {289 func (x *Map) Eval() Expression {[all …]
98 func (c *Config) Map(pkgPrefix, pathPrefix string) error { func