Home
last modified time | relevance | path

Searched refs:wrapped_ptr_swap_cnt (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ptr_test_support.h23 absl::optional<int> wrapped_ptr_swap_cnt; member
48 REPORT_UNEQUAL_RAW_PTR_COUNTER(wrapped_ptr_swap_cnt, CounterClassImpl) \
Draw_ptr_unittest.cc393 .wrapped_ptr_swap_cnt = 0, in TEST_F()
413 .wrapped_ptr_swap_cnt = 0, in TEST_F()
427 .wrapped_ptr_swap_cnt = 0, in TEST_F()
436 .wrapped_ptr_swap_cnt = 0, in TEST_F()
450 .wrapped_ptr_swap_cnt = 0, in TEST_F()
459 .wrapped_ptr_swap_cnt = 0, in TEST_F()
478 .wrapped_ptr_swap_cnt = 0, in TEST_F()
492 .wrapped_ptr_swap_cnt = 0, in TEST_F()
900 EXPECT_EQ(RawPtrCountingImpl::wrapped_ptr_swap_cnt, 1); in TEST_F()
910 EXPECT_EQ(RawPtrCountingImpl::wrapped_ptr_swap_cnt, 0); in TEST_F()
Draw_ptr.h342 ++wrapped_ptr_swap_cnt; in IncrementSwapCountForTest()
373 wrapped_ptr_swap_cnt = 0; in ClearCounters()
385 static inline int wrapped_ptr_swap_cnt = INT_MIN; member