HomeSort by relevance Sort by last modified time
    Searched refs:m_command_queue (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/driver/
IOChannel.cpp 208 m_command_queue (),
591 m_command_queue.push (std::string(command));
597 if (m_command_queue.empty())
599 cmd.swap(m_command_queue.front());
600 m_command_queue.pop ();
607 return m_command_queue.size();
613 while (!m_command_queue.empty())
614 m_command_queue.pop();
620 return m_command_queue.empty();
IOChannel.h 138 std::queue<std::string> m_command_queue; member in class:IOChannel

Completed in 198 milliseconds