Searched refs:TOutput (Results 1 – 6 of 6) sorted by relevance
34 THRIFT_EXPORT TOutput GlobalOutput;36 TOutput::TOutput() : f_(&errorTimeWrapper) {} in TOutput() function in apache::thrift::TOutput38 void TOutput::printf(const char* message, ...) { in printf()91 void TOutput::errorTimeWrapper(const char* msg) { in errorTimeWrapper()102 void TOutput::perror(const char* message, int errno_copy) { in perror()107 std::string TOutput::strerror_s(int errno_copy) { in strerror_s()
28 class TOutput {30 TOutput();56 THRIFT_EXPORT extern TOutput GlobalOutput;
68 : apache::thrift::TException(message + ": " + TOutput::strerror_s(errno_copy)), type_(type) {} in TTransportException()
1145 errors += TOutput::strerror_s(errno_copy); in buildErrors()
59 src/thrift/TOutput.cpp \141 src/thrift/TOutput.h \
33 src/thrift/TOutput.cpp