• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/

Lines Matching refs:capacity

124     unsigned int   capacity;
145 * @param capacity The initial storage capacity of the new dictionary object.
153 * <code>capacity</code> must be nonzero.
156 * for which the initial capacity is a hard limit).
158 static OSDictionary * withCapacity(unsigned int capacity);
172 * @param capacity The initial storage capacity of the new dictionary object.
185 * If <code>capacity</code> is nonzero,
191 * for which the initial capacity is a hard limit).
197 unsigned int capacity = 0);
211 * @param capacity The initial storage capacity of the new dictionary object.
224 * If <code>capacity</code> is nonzero, it must be greater than or equal to <code>count</code>.
229 * for which the initial capacity is a hard limit).
235 unsigned int capacity = 0);
247 * @param capacity The initial storage capacity of the new dictionary object.
248 * If 0, the capacity is set to the number of key/value pairs
250 * otherwise <code>capacity</code> must be greater than or equal to
261 * If <code>capacity</code> is nonzero, it must be greater than or equal to <code>count</code>.
266 * for which the initial capacity is a hard limit).
274 unsigned int capacity = 0);
283 * @param capacity The initial storage capacity of the new dictionary object.
293 * <code>capacity</code> must be nonzero.
298 * for which the initial capacity is a hard limit).
300 virtual bool initWithCapacity(unsigned int capacity);
313 * @param capacity The initial storage capacity of the new dictionary object.
329 * If <code>capacity</code> is nonzero,
335 * for which the initial capacity is a hard limit).
341 unsigned int capacity = 0);
355 * @param capacity The initial storage capacity of the new dictionary object.
371 * If <code>capacity</code> is nonzero, it must be greater than or equal to <code>count</code>.
376 * for which the initial capacity is a hard limit).
382 unsigned int capacity = 0);
394 * @param capacity The initial storage capacity of the new dictionary object.
395 * If 0, the capacity is set to the number of key/value pairs
397 * otherwise <code>capacity</code> must be greater than or equal to
408 * If <code>capacity</code> is nonzero,
414 * for which the initial capacity is a hard limit).
422 unsigned int capacity = 0);
492 * of the capacity increment.
509 * of the capacity increment.
526 * The new capacity of the dictionary,
533 * If <code>newCapacity</code> is not greater than the current capacity,
534 * or if an allocation error occurs, the original capacity is returned.
536 * There is no way to reduce the capacity of an OSDictionary.
548 * The dictionary's capacity (and therefore direct memory consumption)