Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp435 std::vector<std::unique_ptr<BreakpointReturnInfo>> outLoc; in GetPossibleAndSetBreakpointByUrl() local
436 DispatchResponse response = debugger_->GetPossibleAndSetBreakpointByUrl(*params, outLoc); in GetPossibleAndSetBreakpointByUrl()
437 GetPossibleAndSetBreakpointByUrlReturns result(std::move(outLoc)); in GetPossibleAndSetBreakpointByUrl()