Home
last modified time | relevance | path

Searched refs:DbgDataType (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/tools/inc/tools/
H A Ddebug.hxx109 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 };…
407DbgDataType* DBG_FUNC( aName ) { return &aImpDbgData_##aName; }
408 #define DBG_NAMEEX_VISIBILITY( aName, vis ) vis DbgDataType* DBG_FUNC( aName );
702 struct DbgDataType;
/aoo4110/main/tools/source/debug/
H A Ddebug.cxx1346 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 24 milliseconds