Home
last modified time | relevance | path

Searched refs:targetCookie (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/debuganalyzer/model_loader/
H A DAbstractModelLoader.cpp14 void* targetCookie) in AbstractModelLoader() argument
18 fTargetCookie(targetCookie), in AbstractModelLoader()
H A DAbstractModelLoader.h15 void* targetCookie);
H A DThreadModelLoader.h20 void* targetCookie);
H A DThreadModelLoader.cpp33 const BMessenger& target, void* targetCookie) in ThreadModelLoader() argument
35 AbstractModelLoader(target, targetCookie), in ThreadModelLoader()
H A DModelLoader.h25 void* targetCookie);
H A DModelLoader.cpp324 const BMessenger& target, void* targetCookie) in ModelLoader() argument
326 AbstractModelLoader(target, targetCookie), in ModelLoader()