Searched refs:DebugOutputStream (Results 1 – 4 of 4) sorted by relevance
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/ |
H A D | DebugOutput.hpp | 16 class DebugOutputStream; 50 DebugOutput( DebugOutputStream* str, unsigned verbosity = 0 ); 56 DebugOutput( DebugOutputStream* str, int rank, unsigned verbosity = 0 ); 85 DebugOutput( const char* pfx, DebugOutputStream* str, unsigned verbosity = 0 ); 92 DebugOutput( const char* pfx, DebugOutputStream* str, int rank, unsigned verbosity = 0 ); 201 DebugOutputStream *outputImpl; 230 class DebugOutputStream { class 235 DebugOutputStream() : referenceCount(1) {} in DebugOutputStream() function in moab::DebugOutputStream 236 virtual ~DebugOutputStream();
|
H A D | DebugOutput.cpp | 14 DebugOutputStream::~DebugOutputStream() {} in ~DebugOutputStream() 16 class FILEDebugStream : public DebugOutputStream 36 class CxxDebugStream : public DebugOutputStream 55 DebugOutput::DebugOutput( DebugOutputStream* impl, unsigned verbosity ) in DebugOutput() 58 DebugOutput::DebugOutput( DebugOutputStream* impl, int rank, unsigned verbosity ) in DebugOutput() 73 DebugOutput::DebugOutput( const char* pfx, DebugOutputStream* impl, unsigned verbosity ) in DebugOutput() 76 DebugOutput::DebugOutput( const char* pfx, DebugOutputStream* impl, int rank, unsigned verbosity ) in DebugOutput()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/debug/ |
H A D | Debug.cpp | 114 class DebugOutputStream class 118 DebugOutputStream() in DebugOutputStream() function in IGC::Debug::__anona82deb550111::DebugOutputStream 123 ~DebugOutputStream() in ~DebugOutputStream() 180 static DebugOutputStream dos; in ods()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/ |
H A D | DebugFileStore.java | 46 class DebugOutputStream extends ByteArrayOutputStream { class in DebugFileStore 146 return new DebugOutputStream(); in openOutputStream()
|