Searched refs:IsNotFound (Results 1 – 16 of 16) sorted by relevance
119 EXPECT_TRUE(errors::IsNotFound(s)) << s; in TEST_F()129 EXPECT_TRUE(errors::IsNotFound(s)) << s; in TEST_F()
482 if (errors::IsNotFound(status)) { in ExpectFailure()510 } else if (errors::IsNotFound(status)) {
509 if (!s.ok() && !errors::IsNotFound(s)) { in Conv2DShapeImpl()
330 errors::IsNotFound(RunStep(handle, {}, {{"A:0", &A}, {"B:0", &B}}))); in TEST_F()337 EXPECT_TRUE(errors::IsNotFound(s) || s.ok()); in TEST_F()
93 bool IsNotFound() const { return kind() == kNotFound; } in IsNotFound() function
209 if (access_info.IsNotFound()) { in ReduceJSInstanceOf()502 if (!access_info.IsNotFound()) return NoChange(); in ReduceJSResolvePromise()1825 if (access_info.IsNotFound()) { in BuildPropertyLoad()1882 DCHECK(!access_info.IsNotFound()); in BuildPropertyStore()
152 EXPECT_TRUE(errors::IsNotFound(status2)); in InstantiateAndRun()
203 EXPECT_TRUE(errors::IsNotFound(status)) << "Actual status: " << status; in Run()
249 EXPECT_TRUE(errors::IsNotFound(status2)) in InstantiateAndRun()320 EXPECT_TRUE(errors::IsNotFound(status2)); in InstantiateAndRunViaCallFrameInterface()
306 EXPECT_TRUE(errors::IsNotFound(s)); in TEST_F()
73 if (errors::IsNotFound(s)) { in AttrTypeMapForOp()
997 if (errors::IsNotFound(status)) { in Partition()1060 if (errors::IsNotFound(status) && opts.need_to_record_start_times) { in Partition()1067 if (errors::IsNotFound(status) && opts.need_to_record_start_times) { in Partition()
51 if (errors::IsNotFound(status)) { in GetNumRetvals()
797 EXPECT_TRUE(errors::IsNotFound(stats.record_response_result_)); in TEST()
307 if (ignore_lookup_error_ && errors::IsNotFound(status)) { in Compute()
488 if (!errors::IsNotFound(status)) { in FindFunctionBody()