Searched defs:Map (Results 1 – 2 of 2) sorted by relevance
62 Map anonMember240 type Map struct { struct241 LBracePos scanner.Position242 RBracePos scanner.Position243 Properties []*Property246 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 …]
98 func (c *Config) Map(pkgPrefix, pathPrefix string) error { func