Searched refs:mPostviews (Results 1 – 2 of 2) sorted by relevance
142 mPostviews.push(std::move(pendingPostview)); in onPostview()271 if (mPostviews.size() == 0) { in handlePostview()276 postview = std::move(mPostviews.front()); in handlePostview()277 mPostviews.pop(); in handlePostview()
113 std::queue<PendingPostview> mPostviews; variable