Searched refs:m_pending_items (Results 1 – 3 of 3) sorted by relevance
32 m_pending_items(), m_pending_items_fetched(false) {} in QueueImpl()36 m_pending_items(), m_pending_items_fetched(false) { in QueueImpl()46 m_pending_items = rhs.m_pending_items; in QueueImpl()59 m_pending_items.clear(); in Clear()127 m_pending_items.push_back(item); in FetchItems()169 result = m_pending_items.size(); in GetNumPendingItems()177 if (m_pending_items_fetched && idx < m_pending_items.size()) { in GetPendingItemAtIndex()178 result.SetQueueItem(m_pending_items[idx]); in GetPendingItemAtIndex()215 std::vector<lldb::QueueItemSP> m_pending_items; // items currently enqueued member in lldb_private::QueueImpl
22 m_pending_items(), m_dispatch_queue_t_addr(LLDB_INVALID_ADDRESS), in Queue()78 if (m_pending_items.empty()) { in GetPendingItems()84 return m_pending_items; in GetPendingItems()
126 m_pending_items.push_back(item); in PushPendingQueueItem()142 std::vector<lldb::QueueItemSP> m_pending_items; variable