Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser.h425 auto smart_ptr = std::unique_ptr<detail::CmdlineParseArgumentAny>(arg); in AppendCompletedArgument() local
426 completed_arguments_.push_back(std::move(smart_ptr)); in AppendCompletedArgument()