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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log.cc 100 RowList* rows_flush_; member in class:webrtc::LogTable
146 rows_flush_(&rows_[1]),
254 RowList* tmp = rows_flush_;
255 rows_flush_ = rows_history_;
261 for (RowList::iterator row_it = rows_flush_->begin();
262 row_it != rows_flush_->end();) {
272 row_it = rows_flush_->erase(row_it);
  /external/webrtc/src/system_wrappers/source/
data_log.cc 100 RowList* rows_flush_; member in class:webrtc::LogTable
146 rows_flush_(&rows_[1]),
254 RowList* tmp = rows_flush_;
255 rows_flush_ = rows_history_;
261 for (RowList::iterator row_it = rows_flush_->begin();
262 row_it != rows_flush_->end();) {
272 row_it = rows_flush_->erase(row_it);

Completed in 1389 milliseconds