Searched refs:OptionalIndex (Results 1 – 2 of 2) sorted by relevance
93 class OptionalIndex {97 OptionalIndex() : fHasValue(false) {} in OptionalIndex() function98 constexpr OptionalIndex(size_t index) : fHasValue(true), fValue(index) {} in OptionalIndex() function126 OptionalIndex findFirst() { in findFirst()133 return OptionalIndex(bitIndex); in findFirst()136 return OptionalIndex(); in findFirst()140 OptionalIndex findFirstUnset() { in findFirstUnset()150 return OptionalIndex(bitIndex); in findFirstUnset()153 return OptionalIndex(); in findFirstUnset()
134 SkBitSet::OptionalIndex freeBlock = fFreeBlocks.findFirst(); in allocateCPUHandle()