Searched refs:local_queue (Results 1 – 1 of 1) sorted by relevance
120 vector<string*> local_queue; in ThreadMain() local133 local_queue.swap(queued_lines_); in ThreadMain()134 if (local_queue.size() >= kMaxQueueSize) { in ThreadMain()140 for (vector<string*>::const_iterator it = local_queue.begin(); in ThreadMain()141 it != local_queue.end(); ++it) { in ThreadMain()148 local_queue.clear(); in ThreadMain()