Searched refs:IsListAttr (Results 1 – 2 of 2) sorted by relevance
28 static bool IsListAttr(const OpDef_ArgDef& arg) { in IsListAttr() function182 if (IsListAttr(op_def_arg)) { in AddMethodSignature()
366 func (a *attrWrapper) IsListAttr() bool { return isListAttr(a.op) } func