Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSCollectionIterator.cpp119 switch (storageType) { in initializeIteratorStorage()
157 panic("unexpected storage type %u", storageType); in initializeIteratorStorage()
193 switch (storageType) { in getIteratorStorage()
204 panic("unexpected storage type %u", storageType); in getIteratorStorage()
208 …assert(storageType == OSCollectionIteratorStoragePointer || storageType == OSCollectionIteratorSto… in getIteratorStorage()
221 switch (storageType) { in freeIteratorStorage()
235 panic("unexpected storage type %u", storageType); in freeIteratorStorage()
275 switch (storageType) { in setStorageType()
292 panic("unexpected storage type %u", storageType); in setStorageType()
295 switch (storageType) { in setStorageType()
[all …]
/xnu-11215/libkern/libkern/c++/
H A DOSCollectionIterator.h161 void setStorageType(OSCollectionIteratorStorageType storageType);