Lines Matching refs:baseVariable
186 baseVariable: base,
200 baseVariable: base,
207 extraProps ...interface{}) (cond baseVariable, errs []error) {
215 return baseVariable{}, errs
219 return baseVariable{}, []error{fmt.Errorf("name property must be set")}
222 return baseVariable{
460 baseVariable: baseVariable{
495 type baseVariable struct { struct
499 func (c *baseVariable) variableProperty() string { argument
504 baseVariable anonMember
550 baseVariable anonMember
556 baseVariable{
643 baseVariable anonMember