Lines Matching refs:p_count
217 class_add_prop(SromOpBind, p_count, "count")
229 class_add_prop(Array, p_count, "count")
289 class_add_prop(ArrayType, p_count, "count")
1120 set(_obj, p_count, 1)
1150 _count = get(bind, p_count)
1193 set(bind, p_count, _count + 1)
1205 if (get(bind, p_count) != 1)
1284 _count = get(bind, p_count)
1316 _count = get(bind, p_count)
2251 set(_obj, p_count, 0)
2259 return (get(array, p_count))
2271 _i = get(array, p_count)
2273 set(array, p_count, _i+1)
2533 if (get(lhs, p_count) != get(rhs, p_count))
2578 return (get(type, p_count))
2611 return (type_to_string(_base_type) "[" get(type, p_count) "]")
2630 if (get(lhs, p_count) < get(rhs, p_count))
2653 set(_obj, p_count, count)
3316 return (get(_type, p_count))