Searched refs:IsListProp (Results 1 – 3 of 3) sorted by relevance
28 bool IsListProp(const sysprop::Property& prop);
341 return IsListProp(prop) ? "formatList(value)" : "value.toString()"; in GetFormattingExpression()415 if (IsListProp(prop)) { in GenerateJavaClass()
270 bool IsListProp(const sysprop::Property& prop) { in IsListProp() function