Searched defs:ErrorContext (Results 1 – 2 of 2) sorted by relevance
38 class ErrorContext : private NonCopyable class41 ErrorContext(std::string &error) : mError(error) {} in ErrorContext() function in utility::ErrorContext
45 class ErrorContext; variable