Searched refs:isAllocated (Results 1 – 7 of 7) sorted by relevance
119 static bool isAllocated(int index);215 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function220 return !isAllocated(index); in isNotAllocated()
156 bool isAllocated() const { return this->cbegin() != smallBufferStart(); } in isAllocated() function167 if (isAllocated()) { in dtor()329 if (other.isAllocated()) { in SmallFixedVector()354 if (other.isAllocated()) {364 if (this->isAllocated() && this->mCapacity < other.size()) {
201 static bool isAllocated(int index);359 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function364 return !isAllocated(index); in isNotAllocated()
209 static bool isAllocated(int index);380 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function385 return !isAllocated(index); in isNotAllocated()
223 static bool isAllocated(int index);412 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated() function417 return !isAllocated(index); in isNotAllocated()
46 if (mWriteBuffer.isAllocated()) { in commitBuffer()