Searched refs:AddCommands (Results 1 – 2 of 2) sorted by relevance
65 Properties& AddCommands(T commands) & { in AddCommands() function73 Properties AddCommands(T commands) && { in AddCommands() function74 return std::move(AddCommands(std::move(commands))); in AddCommands()
92 process_monitor_properties.AddCommands(std::move(commands)); in Run()