HomeSort by relevance Sort by last modified time
    Searched full:local_queue (Results 1 - 1 of 1) sorted by null

  /external/stressapptest/src/
logger.cc 120 vector<string*> local_queue; local
133 local_queue.swap(queued_lines_);
134 if (local_queue.size() >= kMaxQueueSize) {
140 for (vector<string*>::const_iterator it = local_queue.begin();
141 it != local_queue.end(); ++it) {
148 local_queue.clear();

Completed in 35 milliseconds