Lines Matching refs:DPO
289 class DPO class
292 ~DPO(void);
293 static DPO& getInstance();
298 DPO(void);
300 #define DebugPrintOut(...) DPO::getInstance().printOut(__VA_ARGS__)
731 DPO::DPO(void):verbose(true) in DPO() function in __anon2599bf920111::DPO
735 DPO::~DPO(void) in ~DPO()
739 DPO& DPO::getInstance() in getInstance()
741 static DPO instance; in getInstance()
745 void DPO::printOut(const wchar_t *format, ...) in printOut()
775 void DPO::setVerbose(bool state) in setVerbose()
3441 DPO *dpo = &DPO::getInstance(); in setVerbose()