Home
last modified time | relevance | path

Searched defs:ErrorContext (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/utility/
DErrorContext.hpp38 class ErrorContext : private NonCopyable class
41 ErrorContext(std::string &error) : mError(error) {} in ErrorContext() function in utility::ErrorContext
/external/parameter-framework/upstream/parameter/
DElement.h45 class ErrorContext; variable
/external/skia/tests/
DErrorTest.cpp16 } ErrorContext; typedef
DPictureTest.cpp859 struct ErrorContext { struct
865 ErrorContext* errorContext = static_cast<ErrorContext*>(context); in assert_one_parse_error_cb() argument