Home
last modified time | relevance | path

Searched refs:initWithDictionary (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSDictionary.h450 virtual bool initWithDictionary(
/xnu-11215/libkern/c++/
H A DOSDictionary.cpp186 OSDictionary::initWithDictionary(const OSDictionary *dict, in initWithDictionary() function in OSDictionary
270 if (me && !me->initWithDictionary(dict, capacity)) { in withDictionary()