Searched refs:pending_paths_ (Results 1 – 2 of 2) sorted by relevance
51 pending_paths_.push(root_path); in FileEnumerator()70 pending_paths_.push(root_path); in FileEnumerator()81 if (pending_paths_.empty()) in Next()84 root_path_ = pending_paths_.top(); in Next()86 pending_paths_.pop(); in Next()105 pending_paths_.push(full_path); in Next()
155 std::stack<FilePath> pending_paths_; variable