Searched refs:IsSubsetOf (Results 1 – 5 of 5) sorted by relevance
204 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()206 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()214 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()216 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()230 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()232 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()234 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()236 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()239 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()
96 bool BitVector::IsSubsetOf(const BitVector *other) const { in IsSubsetOf() function in art::BitVector
198 bool IsSubsetOf(const BitVector *other) const;
50 using ::testing::IsSubsetOf;145 IsSubsetOf(expected.taskCountByUid)),
744 if (!loop_blocks.IsSubsetOf(&outer_info->GetBlocks())) { in HandleLoop()