Searched defs:KeyValueExpr (Results 1 – 2 of 2) sorted by relevance
411 KeyValueExpr struct { struct412 Key Expr413 Colon token.Pos // position of ":"414 Value Expr501 func (x *KeyValueExpr) Pos() token.Pos { return x.Key.Pos() }535 func (x *KeyValueExpr) End() token.Pos { return x.Value.End() }566 func (*KeyValueExpr) exprNode() {}
172 KeyValueExpr struct { struct173 Key, Value Expr174 expr