Searched refs:orderingRef (Results 1 – 2 of 2) sorted by relevance
79 orderingRef = inOrderingRef; in initWithCapacity()89 OSOrderFunction ordering, void * orderingRef) in withCapacity() argument93 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()
133 void * orderingRef; variable