Searched refs:has_two_parts (Results 1 – 1 of 1) sorted by relevance
66 bool has_two_parts = !first.empty() && !second.empty(); in ConcatenateNames() local68 static_cast<int>(has_two_parts)); in ConcatenateNames()70 if (has_two_parts) result.append({':'}); in ConcatenateNames()