Home
last modified time | relevance | path

Searched refs:single_arguments_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Desp.cpp372 single_arguments_.push_back(std::move(value)); in Argument()
444 for (int i = 0; i < single_arguments_.size(); i++) { in DumpConfig()
445 o << single_arguments_[i] << " "; in DumpConfig()
Desp.h63 std::vector<std::string> single_arguments_; variable