Searched refs:txt_events_ (Results 1 – 2 of 2) sorted by relevance
132 txt_events_.push_back(std::move(txt_event)); in AddTxtEvent()195 txt_events_.clear(); in Close()311 txt_events_.begin(), txt_events_.end(), in TakeTxtResponses()321 for (auto it = query_it; it != txt_events_.end(); ++it) { in TakeTxtResponses()324 txt_events_.erase(query_it, txt_events_.end()); in TakeTxtResponses()
191 std::vector<TxtEvent> txt_events_; variable