Home
last modified time | relevance | path

Searched refs:outInternalDescs (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.h39 std::optional<std::vector<std::unique_ptr<InternalPropertyDescriptor>>> *outInternalDescs,
H A Druntime_impl.cpp106 std::optional<std::vector<std::unique_ptr<InternalPropertyDescriptor>>> outInternalDescs; in GetProperties() local
109 DispatchResponse response = runtime_->GetProperties(*params, &outPropertyDesc, &outInternalDescs, in GetProperties()
116 std::move(outInternalDescs), in GetProperties()
177 [[maybe_unused]] std::optional<std::vector<std::unique_ptr<InternalPropertyDescriptor>>> *outInternalDescs, in GetProperties()
175 GetProperties(const GetPropertiesParams &params, std::vector<std::unique_ptr<PropertyDescriptor>> *outPropertyDesc, [[maybe_unused]] std::optional<std::vector<std::unique_ptr<InternalPropertyDescriptor>>> *outInternalDescs, [[maybe_unused]] std::optional<std::vector<std::unique_ptr<PrivatePropertyDescriptor>>> *outPrivateProps, [[maybe_unused]] std::optional<std::unique_ptr<ExceptionDetails>> *outExceptionDetails) GetProperties() argument

Completed in 3 milliseconds