Searched defs:in_errno (Results 1 – 1 of 1) sorted by relevance
/6.0.3/moxi/libmemcached/libmemcached/ |
H A D | exception.hpp | 24 Exception(const std::string& msg, int in_errno) in Exception() 30 Exception(const char *msg, int in_errno) in Exception() 49 Warning(const std::string& msg, int in_errno) : Exception(msg, in_errno) {} in Warning() 50 Warning(const char *msg, int in_errno) : Exception(msg, in_errno) {} in Warning() 56 Error(const std::string& msg, int in_errno) : Exception(msg, in_errno) {} in Error() 57 Error(const char *msg, int in_errno) : Exception(msg, in_errno) {} in Error()
|