Searched refs:countEntries (Results 1 – 5 of 5) sorted by relevance
385 SkASSERT(fExclusiveList.countEntries() == fClientDetachedCount); in purgeAllUnlocked()461 SkASSERT(fList.countEntries() == fEntryCount - fClientDetachedCount); in validate()463 SkASSERT(fExclusiveList.countEntries() == fClientDetachedCount); in validate()
256 int countEntries() const { in countEntries() function
42 REPORTER_ASSERT(reporter, numElements == list.countEntries()); in check_list()