Searched refs:AddCommands (Results 1 – 2 of 2) sorted by relevance
52 Properties& AddCommands(T commands) & { in AddCommands() function60 Properties AddCommands(T commands) && { in AddCommands() function61 return std::move(AddCommands(std::move(commands))); in AddCommands()
82 process_monitor_properties.AddCommands(std::move(commands)); in Run()