Searched refs:DecodeResult (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/tools/cppunit/
H A DTestUtils.h11 #define RES DecodeResult
18 extern CPPUNIT_API status_t DecodeResult(status_t result);
/haiku/src/tools/cppunit/
H A DTestUtils.cpp17 status_t DecodeResult(status_t result) { function
189 cout << endl << "DecodeResult() -- " "0x" << hex << result << " (" << dec << result << ") == " << str << endl;

Completed in 35 milliseconds