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

/xnu-2782.1.97/libkern/libkern/c++/
H A DOSData.h290 * @function initWithBytesNoCopy
314 virtual bool initWithBytesNoCopy(
/xnu-2782.1.97/libkern/c++/
H A DOSData.cpp100 bool OSData::initWithBytesNoCopy(void *bytes, unsigned int inLength) function in class:OSData
155 if (me && !me->initWithBytesNoCopy(bytes, inLength)) {

Completed in 26 milliseconds