Searched refs:more_specific (Results 1 – 2 of 2) sorted by relevance
267 const ParsedName& more_specific) { in IsSpecification() argument269 (!more_specific.has_job || (less_specific.job != more_specific.job))) { in IsSpecification()273 (!more_specific.has_replica || in IsSpecification()274 (less_specific.replica != more_specific.replica))) { in IsSpecification()278 (!more_specific.has_task || (less_specific.task != more_specific.task))) { in IsSpecification()282 (!more_specific.has_type || (less_specific.type != more_specific.type))) { in IsSpecification()286 (!more_specific.has_id || (less_specific.id != more_specific.id))) { in IsSpecification()292 void DeviceNameUtils::EnsureSpecification(ParsedName* more_specific, in EnsureSpecification() argument295 more_specific->has_job = true; in EnsureSpecification()296 more_specific->job = less_specific.job; in EnsureSpecification()[all …]
111 const ParsedName& more_specific);115 static void EnsureSpecification(ParsedName* more_specific,