Home
last modified time | relevance | path

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

/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTInternalLList.h38 SkASSERT(this->isInList(entry)); in remove()
113 SkASSERT(this->isInList(existingEntry)); in addBefore()
142 SkASSERT(this->isInList(existingEntry)); in addAfter()
260 SkASSERT(this->isInList(item)); in validate()
278 bool isInList(const T* entry) const { in isInList() function