Searched refs:hasRefCnt (Results 1 – 2 of 2) sorted by relevance
22 REPORTER_ASSERT(reporter, md0.hasRefCnt(name, &ref)); in test_ptrs()27 REPORTER_ASSERT(reporter, md1.hasRefCnt(name, &ref)); in test_ptrs()32 REPORTER_ASSERT(reporter, !md0.hasRefCnt(name, &ref)); in test_ptrs()
107 bool hasRefCnt(const char name[], SkRefCnt* ptr) { in hasRefCnt() function