Searched refs:isInList (Results 1 – 4 of 4) sorted by relevance
50 SkASSERT(this->isInList(entry)); in remove()125 SkASSERT(this->isInList(existingEntry)); in addBefore()154 SkASSERT(this->isInList(existingEntry)); in addAfter()257 SkASSERT(this->isInList(item)); in validate()275 bool isInList(const T* entry) const { in isInList() function
302 SkASSERT(fFreeList.isInList(freeNode)); in validate()310 bool free = fFreeList.isInList(block->fNodes + i); in validate()311 bool active = fList.isInList(block->fNodes + i); in validate()324 SkASSERT(fList.isInList(activeNode)); in validate()331 bool free = fFreeList.isInList(block->fNodes + i); in validate()332 bool active = fList.isInList(block->fNodes + i); in validate()
37 REPORTER_ASSERT(reporter, in0 == list.isInList(&elements[0])); in check_list()38 REPORTER_ASSERT(reporter, in1 == list.isInList(&elements[1])); in check_list()39 REPORTER_ASSERT(reporter, in2 == list.isInList(&elements[2])); in check_list()40 REPORTER_ASSERT(reporter, in3 == list.isInList(&elements[3])); in check_list()
187 SkASSERT(!fList.isInList(dm)); in removeFromPool()