Lines Matching refs:typ
148 typ configurableValueType member
154 switch c.typ {
172 typ: configurableValueTypeString,
179 typ: configurableValueTypeBool,
186 typ: configurableValueTypeUndefined,
222 typ configurablePatternType member
229 typ: configurablePatternTypeString,
236 typ: configurablePatternTypeBool,
243 typ: configurablePatternTypeDefault,
248 if p.typ == configurablePatternTypeDefault {
251 if v.typ == configurableValueTypeUndefined {
254 if p.typ != v.typ.patternType() {
257 switch p.typ {
268 if p.typ == configurablePatternTypeDefault {
271 if v.typ == configurableValueTypeUndefined {
274 return p.typ == v.typ.patternType()
492 … %s to have type %s, found %s", c.conditions[i].String(), values[i].typ.String(), pat.typ.String())