Home | History | Annotate | Download | only in base

Lines Matching refs:pending_paths_

850   pending_paths_.push(root_path);
864 pending_paths_.push(root_path);
893 while (has_find_data_ || !pending_paths_.empty()) {
896 root_path_ = pending_paths_.top();
897 pending_paths_.pop();
940 // add it to pending_paths_ so we scan it after we finish scanning this
942 pending_paths_.push(cur_file);