Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSOrderedSet.cpp79 orderingRef = inOrderingRef; in initWithCapacity()
89 OSOrderFunction ordering, void * orderingRef) in withCapacity() argument
93 if (me && !me->initWithCapacity(capacity, ordering, orderingRef)) { in withCapacity()
265 (ordering ? ((*ordering)( (const OSObject *) obj1, (const OSObject *) obj2, orderingRef)) : 0)
373 return orderingRef; in getOrderingRef()
483 newSet = OSOrderedSet::withCapacity(capacity, ordering, orderingRef); in copyCollection()
/xnu-11215/libkern/libkern/c++/
H A DOSOrderedSet.h133 void * orderingRef; variable