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