Home
last modified time | relevance | path

Searched refs:outExceptionDetails (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp77 std::optional<std::unique_ptr<ExceptionDetails>> outExceptionDetails; in GetProperties() local
79 &outPrivateProperties, &outExceptionDetails); in GetProperties()
80 if (outExceptionDetails) { in GetProperties()
81 ASSERT(outExceptionDetails.value() != nullptr); in GetProperties()
87 std::move(outExceptionDetails)); in GetProperties()
100 std::optional<std::unique_ptr<ExceptionDetails>> outExceptionDetails; in CallFunctionOn() local
101 …patchResponse response = runtime_->CallFunctionOn(*params, &outRemoteObject, &outExceptionDetails); in CallFunctionOn()
102 if (outExceptionDetails) { in CallFunctionOn()
103 ASSERT(outExceptionDetails.value() != nullptr); in CallFunctionOn()
111 CallFunctionOnReturns result(std::move(outRemoteObject), std::move(outExceptionDetails)); in CallFunctionOn()
[all …]
Druntime_impl.h38 std::optional<std::unique_ptr<ExceptionDetails>> *outExceptionDetails);
45 std::optional<std::unique_ptr<ExceptionDetails>> *outExceptionDetails);