Searched refs:lValue (Results 1 – 8 of 8) sorted by relevance
/haiku/src/apps/cortex/DormantNodeView/ |
H A D | DormantNodeListItem.h | 59 int compareName(const void *lValue, const void *rValue); 60 int compareAddOnID(const void *lValue, const void *rValue); 116 const void *lValue, 120 const void *lValue,
|
H A D | DormantNodeListItem.cpp | 279 const void *lValue, in compareName() argument 285 (reinterpret_cast<const void* const*>(lValue))); in compareName() 302 const void *lValue, in compareAddOnID() argument 308 (reinterpret_cast<const void* const*>(lValue))); in compareAddOnID()
|
/haiku/src/apps/cortex/DiagramView/ |
H A D | DiagramItem.cpp | 131 const void *lValue, in compareSelectionTime() argument 136 …tem = *(reinterpret_cast<const DiagramItem* const*>(reinterpret_cast<const void* const*>(lValue))); in compareSelectionTime()
|
H A D | DiagramItem.h | 63 int compareSelectionTime(const void *lValue, const void *rValue); 243 const void *lValue,
|
/haiku/src/apps/cortex/MediaRoutingView/ |
H A D | MediaNodePanel.h | 56 int compareID(const void *lValue, const void *rValue); 148 const void *lValue,
|
H A D | MediaJack.h | 58 int compareTypeAndID(const void *lValue, const void *rValue); 206 const void *lValue,
|
H A D | MediaJack.cpp | 783 const void *lValue, in compareTypeAndID() argument 787 …ediaJack *lJack = *(reinterpret_cast<MediaJack * const*>(reinterpret_cast<void * const*>(lValue))); in compareTypeAndID()
|
H A D | MediaNodePanel.cpp | 1064 const void *lValue, in compareID() argument 1068 …el *lPanel = *(reinterpret_cast<MediaNodePanel * const*>(reinterpret_cast<void * const*>(lValue))); in compareID()
|