HomeSort by: relevance | last modified time | path
    Searched defs:args_vector (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/process/
child.hpp 63 typedef std::vector< std::string > args_vector; typedef in namespace:utils::process
92 const fs::path&, const args_vector&);
94 const fs::path&, const args_vector&, const fs::path&, const fs::path&);
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
parser.hpp 50 typedef std::vector< std::string > args_vector; typedef in namespace:utils::cmdline
72 args_vector _arguments;
78 const args_vector&);
89 const args_vector& arguments(void) const;
93 parsed_cmdline parse(const args_vector&, const options_vector&);
  /src/external/bsd/atf/dist/atf-c++/detail/
process.hpp 59 typedef std::vector< std::string > args_vector; typedef in class:atf::process::argv_array
60 args_vector m_args;
70 typedef args_vector::const_iterator const_iterator;
71 typedef args_vector::size_type size_type;
  /src/external/bsd/atf/dist/tools/
process.hpp 60 typedef std::vector< std::string > args_vector; typedef in class:tools::process::argv_array
61 args_vector m_args;
71 typedef args_vector::const_iterator const_iterator;
72 typedef args_vector::size_type size_type;

Completed in 25 milliseconds