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