Searched refs:m_accumulated_data (Results 1 – 4 of 4) sorted by relevance
25 m_accumulated_data () in StreamAsynchronousIO()36 if (m_accumulated_data.GetSize() > 0) in Flush()40 data_bytes_ap->SwapBytes (m_accumulated_data.GetString()); in Flush()43 m_accumulated_data.Clear(); in Flush()50 m_accumulated_data.Write (s, length); in Write()
26 m_accumulated_data (), in StreamCallback()39 collection::iterator iter = m_accumulated_data.find (cur_tid); in FindStreamForThread()40 if (iter == m_accumulated_data.end()) in FindStreamForThread()43 … ret = m_accumulated_data.insert(std::pair<lldb::tid_t,StreamString>(cur_tid, StreamString())); in FindStreamForThread()
38 StreamString m_accumulated_data; variable
40 collection m_accumulated_data; variable