Home
last modified time | relevance | path

Searched defs:delete_count (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dmaybe_owned_unittest.cpp42 int delete_count = 0; in TEST() local
83 int delete_count = 0; in TEST() local
98 int delete_count = 0; in TEST() local
139 int delete_count = 0; in TEST() local
157 int delete_count = 0; in TEST() local
H A Dweak_ptr_unittest.cpp28 int delete_count() const { return delete_count_; } in delete_count() function in fxcrt::__anon13f092760111::PseudoDeletable
/aosp_15_r20/external/pytorch/c10/test/core/impl/
H A Dcow_test.cpp19 explicit DeleteTracker(int& delete_count) : delete_count_(delete_count) {} in DeleteTracker()
30 auto delete_count() const -> int { in delete_count() function in c10::impl::__anonfc98a2330111::ContextTest
/aosp_15_r20/system/core/libutils/binder/
H A DRefBase_test.cpp288 Bar(std::atomic<int>* delete_count) : mVisited1(false), mVisited2(false), in Bar()
/aosp_15_r20/external/iproute2/tc/
H A Dm_action.c330 __u32 *delete_count = 0; in tc_print_action_flush() local