Searched refs:trackedCommand (Results 1 – 5 of 5) sorted by relevance
140 bool GetOptionTrackedCommand(argsVector &args, std::vector<std::string> &trackedCommand) in GetOptionTrackedCommand() argument143 trackedCommand.insert(trackedCommand.begin(), args.begin(), args.end()); in GetOptionTrackedCommand()
360 inline void SetTrackedCommand(const std::vector<std::string> &trackedCommand) in SetTrackedCommand() argument362 if (!trackedCommand.empty()) { in SetTrackedCommand()363 trackedCommand_ = TrackedCommand::CreateInstance(trackedCommand); in SetTrackedCommand()
55 bool GetOptionTrackedCommand(argsVector &args, std::vector<std::string> &trackedCommand);
59 bool GetOptionTrackedCommand(argsVector &args, std::vector<std::string> &trackedCommand);
511 std::vector<std::string> trackedCommand; variable512 EXPECT_EQ(Option::GetOptionTrackedCommand(args, trackedCommand), true);513 EXPECT_EQ(trackedCommand.size(), 3u);