Lines Matching full:enumerator
132 // Collects all the results from the given file enumerator, and provides an136 explicit FindResultCollector(file_util::FileEnumerator& enumerator) {138 while (!(cur_file = enumerator.Next()).value().empty()) {149 // Returns true if the enumerator found the file.