Searched refs:name_str (Results 1 – 1 of 1) sorted by relevance
315 std::string FormatBoolString(const std::string& name_str, bool value) { in FormatBoolString() argument316 std::string new_flag = "--" + name_str; in FormatBoolString()