Home
last modified time | relevance | path

Searched refs:lValue (Results 1 – 8 of 8) sorted by relevance

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.h59 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 DDormantNodeListItem.cpp279 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 DDiagramItem.cpp131 const void *lValue, in compareSelectionTime() argument
136 …tem = *(reinterpret_cast<const DiagramItem* const*>(reinterpret_cast<const void* const*>(lValue))); in compareSelectionTime()
H A DDiagramItem.h63 int compareSelectionTime(const void *lValue, const void *rValue);
243 const void *lValue,
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.h56 int compareID(const void *lValue, const void *rValue);
148 const void *lValue,
H A DMediaJack.h58 int compareTypeAndID(const void *lValue, const void *rValue);
206 const void *lValue,
H A DMediaJack.cpp783 const void *lValue, in compareTypeAndID() argument
787 …ediaJack *lJack = *(reinterpret_cast<MediaJack * const*>(reinterpret_cast<void * const*>(lValue))); in compareTypeAndID()
H A DMediaNodePanel.cpp1064 const void *lValue, in compareID() argument
1068 …el *lPanel = *(reinterpret_cast<MediaNodePanel * const*>(reinterpret_cast<void * const*>(lValue))); in compareID()