Searched refs:ExecutionError (Results 1 – 3 of 3) sorted by relevance
49 ExecutionError::ExecutionError(std::string message, ErrorStatus code, in ExecutionError() function in android::nn::ExecutionError53 ExecutionError::ExecutionError(GeneralError error) in ExecutionError() function in android::nn::ExecutionError
226 struct ExecutionError { struct228 /*implicit*/ ExecutionError(std::string message = {},233 /*implicit*/ ExecutionError(GeneralError error);242 using ExecutionResult = base::expected<Type, ExecutionError>; argument
135 struct ExecutionError {137 /*implicit*/ ExecutionError(std::string message = {},142 /*implicit*/ ExecutionError(GeneralError error);151 using ExecutionResult = base::expected<Type, ExecutionError>;