Searched refs:has_type (Results 1 – 4 of 4) sorted by relevance
187 EXPECT_TRUE(op.has_type()); in TEST_F()247 EXPECT_TRUE(op.has_type()); in TEST_F()310 EXPECT_TRUE(op.has_type()); in TEST_F()358 EXPECT_TRUE(op.has_type()); in TEST_F()398 EXPECT_TRUE(op.has_type()); in TEST_F()430 EXPECT_TRUE(op.has_type()); in TEST_F()
199 if (!aop.op.has_type()) in GenerateOperations()
103 CHECK(v.aop.op.has_type()); in CheckGraph()715 CHECK((*graph)[vertex].aop.op.has_type()); in AddInstallOpToGraph()
365 void AddServiceEntry(bool has_type, bool has_mode, bool has_security, in AddServiceEntry() argument373 .WillOnce(Return(has_type)); in AddServiceEntry()374 if (!has_type) { in AddServiceEntry()