Searched defs:ErrorContext (Results 1 – 4 of 4) 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
16 } ErrorContext; typedef
859 struct ErrorContext { struct865 ErrorContext* errorContext = static_cast<ErrorContext*>(context); in assert_one_parse_error_cb() argument