Searched refs:mergeInto (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp534 * mergeInto dictionary. If it returns false, the two dictionaries are
535 * not altered. If it returns true, then mergeInto may have new
536 * entries; any keys that were already present in mergeInto are
540 bool mergeExtensionDictionaries(OSDictionary * mergeInto, argument
551 mergeIntoCopy = OSDictionary::withDictionary(mergeInto,
552 mergeInto->getCount() + 1);
642 mergeInto->flushCollection();
643 mergeInto->merge(mergeIntoCopy);

Completed in 21 milliseconds