• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/

Lines Matching refs:capacity

125     unsigned int   capacity;
146 * @param capacity The initial storage capacity of the new dictionary object.
154 * <code>capacity</code> must be nonzero.
157 * for which the initial capacity is a hard limit).
159 static OSDictionary * withCapacity(unsigned int capacity);
173 * @param capacity The initial storage capacity of the new dictionary object.
186 * If <code>capacity</code> is nonzero,
192 * for which the initial capacity is a hard limit).
198 unsigned int capacity = 0);
212 * @param capacity The initial storage capacity of the new dictionary object.
225 * If <code>capacity</code> is nonzero, it must be greater than or equal to <code>count</code>.
230 * for which the initial capacity is a hard limit).
236 unsigned int capacity = 0);
248 * @param capacity The initial storage capacity of the new dictionary object.
249 * If 0, the capacity is set to the number of key/value pairs
251 * otherwise <code>capacity</code> must be greater than or equal to
262 * If <code>capacity</code> is nonzero, it must be greater than or equal to <code>count</code>.
267 * for which the initial capacity is a hard limit).
275 unsigned int capacity = 0);
284 * @param capacity The initial storage capacity of the new dictionary object.
294 * <code>capacity</code> must be nonzero.
299 * for which the initial capacity is a hard limit).
301 virtual bool initWithCapacity(unsigned int capacity);
314 * @param capacity The initial storage capacity of the new dictionary object.
330 * If <code>capacity</code> is nonzero,
336 * for which the initial capacity is a hard limit).
342 unsigned int capacity = 0);
356 * @param capacity The initial storage capacity of the new dictionary object.
372 * If <code>capacity</code> is nonzero, it must be greater than or equal to <code>count</code>.
377 * for which the initial capacity is a hard limit).
383 unsigned int capacity = 0);
395 * @param capacity The initial storage capacity of the new dictionary object.
396 * If 0, the capacity is set to the number of key/value pairs
398 * otherwise <code>capacity</code> must be greater than or equal to
409 * If <code>capacity</code> is nonzero,
415 * for which the initial capacity is a hard limit).
423 unsigned int capacity = 0);
493 * of the capacity increment.
510 * of the capacity increment.
527 * The new capacity of the dictionary,
534 * If <code>newCapacity</code> is not greater than the current capacity,
535 * or if an allocation error occurs, the original capacity is returned.
537 * There is no way to reduce the capacity of an OSDictionary.
549 * The dictionary's capacity (and therefore direct memory consumption)