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

Lines Matching defs:key

70  * Setting an object with a key that already has an associated object
91 * An OSDictionary also grows as necessary to accommodate new key/value pairs,
119 const OSSymbol * key;
154 * The new dictionary will grow as needed to accommodate more key/object pairs
178 * containing the key/object pairs provided,
188 * to accommodate more key/object pairs
217 * containing the key/object pairs provided,
226 * to accommodate more key/object pairs
248 * If 0, the capacity is set to the number of key/value pairs
251 * the number of key/value pairs in <code>dict</code>.
255 * containing the key/value pairs of <code>dict</code>,
263 * to accommodate more key/object pairs
295 * to accommodate more key/object pairs
332 * to accommodate more key/object pairs
373 * to accommodate more key/object pairs
395 * If 0, the capacity is set to the number of key/value pairs
398 * the number of key/value pairs in <code>dict</code>.
411 * to accommodate more key/object pairs
447 * Returns the current number of key/object pairs
451 * The current number of key/object pairs
468 * to accommodate additional key/object pairs.
491 * An OSDictionary allocates storage for key/object pairs in multiples
508 * An OSDictionary allocates storage for key/object pairs in multiples
520 * to store the requested number of key/object pairs.
522 * @param newCapacity The total number of key/object pairs the dictionary
532 * to accommodate at least <code>newCapacity</code> key/object pairs.
558 * Stores an object in the dictionary under a key.
581 * @abstract Stores an object in the dictionary under a key.
605 * Stores an object in the dictionary under a key.
629 * Removes a key/object pair from the dictionary.
635 * The removed key (not necessarily <code>aKey</code> itself)
645 * Removes a key/object pair from the dictionary.
651 * The removed key (not necessarily <code>aKey</code> itself)
661 * Removes a key/object pair from the dictionary.
667 * The removed key (internally an OSSymbol)
698 * Returns the object stored under a given key.
700 * @param aKey An OSSymbol key identifying the object
705 * or <code>NULL</code> if the key does not exist in the dictionary.
721 * @abstract Returns the object stored under a given key.
723 * @param aKey An OSString key identifying the object
728 * or <code>NULL</code> if the key does not exist in the dictionary.
745 * Returns the object stored under a given key.
747 * @param aKey A C string key identifying the object
752 * or <code>NULL</code> if the key does not exist in the dictionary.
785 * a given key compare as equal using
809 * a given key compare as equal using