Lines Matching refs:mPending
130 mPending.clear(); in clear()
137 mPending.clear(); in flush()
142 mPending.splice(mPending.end(), mStash); in setDepth()
147 mPending.splice(mPending.end(), mStash); in setKey()
152 if (mPending.empty()) { in pop()
155 entry->buffer = mPending.front().buffer; in pop()
156 entry->timestamp = mPending.front().timestamp; in pop()
157 entry->flags = mPending.front().flags; in pop()
158 entry->ordinal = mPending.front().ordinal; in pop()
159 mPending.pop_front(); in pop()
188 mPending.push_back(mStash.front()); in emplace()
195 mPending.push_front(entry); in defer()
199 return !mPending.empty(); in hasPending()