Searched refs:IsFlexOp (Results 1 – 7 of 7) sorted by relevance
44 TEST(UtilTest, IsFlexOp) { in TEST() argument45 EXPECT_TRUE(IsFlexOp("Flex")); in TEST()46 EXPECT_TRUE(IsFlexOp("FlexOp")); in TEST()47 EXPECT_FALSE(IsFlexOp("flex")); in TEST()48 EXPECT_FALSE(IsFlexOp("Fle")); in TEST()49 EXPECT_FALSE(IsFlexOp("OpFlex")); in TEST()50 EXPECT_FALSE(IsFlexOp(nullptr)); in TEST()51 EXPECT_FALSE(IsFlexOp("")); in TEST()
37 bool IsFlexOp(const char* custom_name);
21 bool IsFlexOp(const char* custom_name) { in IsFlexOp() function
450 IsFlexOp(registration->custom_name)) { in ApplyDelegates()
60 if (IsFlexOp(registration->custom_name)) { in Prepare()
154 if (IsFlexOp(op)) { in FindOp()
160 if (IsFlexOp(op)) { in FindOp()