Searched refs:mStash (Results 1 – 2 of 2) sorted by relevance
1507 mStash.clear(); in clear()1513 mPending.splice(mPending.end(), mStash); in setDepth()1517 mPending.splice(mPending.end(), mStash); in setKey()1538 for (auto it = mStash.begin(); it != mStash.end(); ++it) { in emplace()1540 mStash.emplace(it, buffer, timestamp, flags, ordinal); in emplace()1544 mStash.emplace_back(buffer, timestamp, flags, ordinal); in emplace()1545 while (!mStash.empty() && mStash.size() > mDepth) { in emplace()1546 mPending.push_back(mStash.front()); in emplace()1547 mStash.pop_front(); in emplace()
369 std::list<Entry> mStash; variable