Home | History | Annotate | Download | only in common

Lines Matching refs:elements

67     int32_t*  elements;
84 * equal if they are of the same size and all elements are equal,
137 * elements for i >= newSize. If newSize is larger, grow the
147 * Returns true if this vector contains none of the elements
157 * The current elements are assumed to be sorted already.
170 * Units are vector elements (32 bits each), not bytes.
222 return (index >= 0 && count > 0 && count - index > 0) ? elements[index] : 0;
228 elements[count] = elem;
237 int32_t *rp = elements+count;
248 return elements+count-size;
274 return elements;
297 result = elements[count];