Searched refs:has_job (Results 1 – 11 of 11) sorted by relevance
122 p->has_job = !str_util::ConsumePrefix(&fullname, "*"); in ParseFullName()123 if (p->has_job && !ConsumeJobName(&fullname, &p->job)) { in ParseFullName()191 if (!parsed_name->has_job) { in CompleteName()193 parsed_name->has_job = true; in CompleteName()225 if (!(parsed_basename.has_job && parsed_basename.has_replica && in CanonicalizeDeviceName()251 if (pn.has_job) strings::StrAppend(&buf, "/job:", pn.job); in ParsedNameToString()268 if (less_specific.has_job && in IsSpecification()269 (!more_specific.has_job || (less_specific.job != more_specific.job))) { in IsSpecification()294 if (less_specific.has_job) { in EnsureSpecification()295 more_specific->has_job = true; in EnsureSpecification()[all …]
54 has_job = false; in Clear()67 return (has_job ? (other.has_job && job == other.job) : !other.has_job) &&77 bool has_job = false; member102 return name.has_job || name.has_replica || name.has_task || name.has_type || in HasSomeDetails()
91 EXPECT_TRUE(p.has_job); in TEST()107 EXPECT_TRUE(p.has_job); in TEST()123 EXPECT_TRUE(p.has_job); in TEST()137 EXPECT_FALSE(p.has_job); in TEST()149 EXPECT_FALSE(p.has_job); in TEST()161 EXPECT_FALSE(p.has_job); in TEST()173 EXPECT_FALSE(p.has_job); in TEST()185 EXPECT_FALSE(p.has_job); in TEST()195 EXPECT_FALSE(p.has_job); in TEST()207 EXPECT_FALSE(p.has_job); in TEST()
189 all_filters_have_job = all_filters_have_job && filter.has_job; in DeviceFinder()190 if (filter.has_job) { in DeviceFinder()333 return (!x.has_job || !y.has_job || x.job == y.job) && in Intersects()
83 !worker_name_parsed.has_job || !worker_name_parsed.has_replica || in NewRemoteDevices()
148 CHECK(device_name.has_job); in ListWorkersInJob()
1275 if (!name.has_job || !name.has_task) { in CreateWorkerSessions()
142 } else if (!name.has_job || !name.has_replica || !name.has_task || in AddDevice()
177 << " has_id: " << pname.has_id << " has_job: " << pname.has_job in PrintDebugInfo()
275 if (!parsed.has_job || parsed.job != job_id_) { in TranslateTask()
424 const string jobname = parsed_name.has_job ? parsed_name.job : ""; in GetDeviceClassForNonChannelDevice()