Searched refs:exempt_ops (Results 1 – 4 of 4) sorted by relevance
28 auto exempt_ops = InputColocationExemptionRegistry::Global()->Get(); in TEST() local29 EXPECT_EQ(exempt_ops.size(), 2); in TEST()30 EXPECT_NE(exempt_ops.find("op 1"), exempt_ops.end()); in TEST()31 EXPECT_NE(exempt_ops.find("op 2"), exempt_ops.end()); in TEST()32 EXPECT_EQ(exempt_ops.find("op 3"), exempt_ops.end()); in TEST()
104 auto exempt_ops = InputColocationExemptionRegistry::Global()->Get(); in IsExemptFromResourceInputColocation() local105 return exempt_ops.find(op_type) != exempt_ops.end(); in IsExemptFromResourceInputColocation()
63 const auto& exempt_ops = InputColocationExemptionRegistry::Global()->Get(); in IsColocationExempt() local64 return exempt_ops.find(string(op_name)) != exempt_ops.end(); in IsColocationExempt()
329 const auto& exempt_ops = InputColocationExemptionRegistry::Global()->Get(); in Reset() local330 colocation_exempt_ = exempt_ops.find(op) != exempt_ops.end(); in Reset()