Home
last modified time | relevance | path

Searched refs:TOutput (Results 1 – 6 of 6) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/
DTOutput.cpp34 THRIFT_EXPORT TOutput GlobalOutput;
36 TOutput::TOutput() : f_(&errorTimeWrapper) {} in TOutput() function in apache::thrift::TOutput
38 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()
DTOutput.h28 class TOutput {
30 TOutput();
56 THRIFT_EXPORT extern TOutput GlobalOutput;
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTTransportException.h68 : apache::thrift::TException(message + ": " + TOutput::strerror_s(errno_copy)), type_(type) {} in TTransportException()
DTSSLSocket.cpp1145 errors += TOutput::strerror_s(errno_copy); in buildErrors()
/thrift-3.4.0/lib/cpp/
DMakefile.am59 src/thrift/TOutput.cpp \
141 src/thrift/TOutput.h \
DCMakeLists.txt33 src/thrift/TOutput.cpp