Searched refs:isAtomInUse (Results 1 – 4 of 4) sorted by relevance
44 atLeastOneInUse |= filter.isAtomInUse(atomId); in testGuaranteedUnusedAtomsNotInUse()62 EXPECT_FALSE(filter.isAtomInUse(atomId)); in TEST_F()67 EXPECT_FALSE(filter.isAtomInUse(1)); in TEST_F()72 EXPECT_FALSE(filter.isAtomInUse(1)); in TEST_F()81 EXPECT_TRUE(filter.isAtomInUse(atomId)); in TEST_F()94 EXPECT_TRUE(filter.isAtomInUse(atomId)); in TEST_F()106 EXPECT_EQ(atomInUse, filter.isAtomInUse(atomId)); in TEST_F()117 EXPECT_TRUE(filter.isAtomInUse(atomId)); in TEST_F()131 EXPECT_TRUE(filter.isAtomInUse(atomId)); in TEST_F()142 EXPECT_EQ(atomInUse, filter.isAtomInUse(atomId)); in TEST_F()[all …]
87 benchmark::DoNotOptimize(eventFilter.isAtomInUse(atomId)); in BM_LogEventFilterUnorderedSet()103 benchmark::DoNotOptimize(eventFilter.isAtomInUse(atomId)); in BM_LogEventFilterUnorderedSet2Consumers()116 benchmark::DoNotOptimize(eventFilter.isAtomInUse(atomId)); in BM_LogEventFilterSet()132 benchmark::DoNotOptimize(eventFilter.isAtomInUse(atomId)); in BM_LogEventFilterSet2Consumers()
63 virtual bool isAtomInUse(int atomId) const { in isAtomInUse() function
112 if (filter.isAtomInUse(logEvent->GetTagId())) { in processStatsEventBuffer()