Searched refs:non_options_ (Results 1 – 3 of 3) sorted by relevance
37 std::string test = non_options_.front(); in GetNextSubTest()38 non_options_.pop_front(); in GetNextSubTest()49 mutable std::list<std::string> non_options_; variable
95 if (options_.non_options_.size() == 0) { in Run()
135 non_options_.push_back(argv[optind++]); in GetOpt()