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

/haiku/headers/os/support/
H A DObjectList.h118 typedef const T* (*ConstEachFunction)(const T*, void*); typedef in class:BObjectList
170 const T* EachElement(ConstEachFunction, void*) const;
646 BObjectList<T>::EachElement(ConstEachFunction func, void* params) const

Completed in 23 milliseconds