Searched refs:pastPool (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h301 if (next == pastPool()) {
330 return node >= pool() && node < pastPool();
337 Node* pastPool() { return pool() + m_poolSize; } function in struct:WTF::ListHashSetAllocator

Completed in 575 milliseconds