Returns true if the enumerator found the file.
| 231 | |
| 232 | // Returns true if the enumerator found the file. |
| 233 | bool HasFile(const FilePath& file) const { |
| 234 | return files_.find(file.value()) != files_.end(); |
| 235 | } |
| 236 | |
| 237 | int size() { |
| 238 | return static_cast<int>(files_.size()); |