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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynarray.h69 typedef int (wxCMPFUNC_CONV *CMPFUNC)(const void* pItem1, const void* pItem2); typedef
88 typedef int (wxCMPFUNC_CONV *CMPFUNC)(T* pItem1, T* pItem2); typedef in class:wxArray_SortFunction
90 wxArray_SortFunction(CMPFUNC f) : m_f(f) { }
94 CMPFUNC m_f;
101 typedef F CMPFUNC; typedef in class:wxSortedArray_SortFunction
103 wxSortedArray_SortFunction(CMPFUNC f) : m_f(f) { }
107 CMPFUNC m_f;
119 typedef predicate::CMPFUNC SCMPFUNC; \
121 typedef wxArray_SortFunction<T>::CMPFUNC CMPFUNC; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynarray.cpp76 size_t name::Add(T lItem, CMPFUNC fnCompare) \
86 size_t name::IndexForInsert(T lItem, CMPFUNC fnCompare) const \
93 int name::Index(T lItem, CMPFUNC fnCompare) const \
297 size_t name::IndexForInsert(T lItem, CMPFUNC fnCompare) const \
323 int name::Index(T lItem, CMPFUNC fnCompare) const \
358 void name::Sort(CMPFUNC fCmp) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darray.tex679 \func{void}{Sort}{\param{CMPFUNC<T> }{compareFunction}}
681 The notation CMPFUNC<T> should be read as if we had the following declaration:
684 template int CMPFUNC(T *first, T *second);

Completed in 99 milliseconds