Searched refs:kv_without_key (Results 1 – 1 of 1) sorted by relevance
107 const std::vector<string> kv_without_key(kv.begin() + 1, kv.end()); in ParseOutput() local108 (*output_options)[kv[0]] = absl::StrJoin(kv_without_key, "="); in ParseOutput()