Searched defs:getInputs (Results 1 – 2 of 2) sorted by relevance
145 ActionList &getInputs() { return Inputs; } in getInputs() function146 const ActionList &getInputs() const { return Inputs; } in getInputs() function
110 static Expected<std::vector<std::string>> getInputs(opt::InputArgList &Args, in getInputs() function