Searched refs:DbgDataType (Results 1 – 2 of 2) sorted by relevance
/trunk/main/tools/inc/tools/ |
H A D | debug.hxx | 109 struct DbgDataType struct 366 TOOLS_DLLPUBLIC void DbgProf( sal_uInt16 nAction, DbgDataType* ); 374 TOOLS_DLLPUBLIC void DbgXtor( DbgDataType* pDbgData, 380 DbgDataType* pDbgData; 386 DbgXtorObj( DbgDataType* pData, in DbgXtorObj() 406 #define DBG_NAME( aName ) static DbgDataType aImpDbgData_##aName = { 0, #aName };… 407 … DbgDataType* DBG_FUNC( aName ) { return &aImpDbgData_##aName; } 408 #define DBG_NAMEEX_VISIBILITY( aName, vis ) vis DbgDataType* DBG_FUNC( aName ); 702 struct DbgDataType;
|
/trunk/main/tools/source/debug/ |
H A D | debug.cxx | 1346 void DbgProf( sal_uInt16 nAction, DbgDataType* pDbgData ) in DbgProf() 1439 void DbgXtor( DbgDataType* pDbgData, sal_uInt16 nAction, const void* pThis, in DbgXtor() 1815 void DbgProf( sal_uInt16, DbgDataType* ) {} in DbgProf() argument 1816 void DbgXtor( DbgDataType*, sal_uInt16, const void*, DbgUsr ) {} in DbgXtor() argument
|
Completed in 32 milliseconds