Lines Matching defs:filename
205 void AddError(const std::string& filename, const std::string& element_name,
245 strings::SubstituteAndAppend(&text_, "$0: $1: $2: $3\n", filename,
250 void AddWarning(const std::string& filename, const std::string& element_name,
291 filename, element_name, location_name,
6660 bool FindFileByName(const std::string& filename,
6663 if (filename == "error.proto") {
6668 } else if (filename == "error2.proto") {
6705 bool FindFileByName(const std::string& filename,
6708 return wrapped_db_->FindFileByName(filename, output);
6736 bool FindFileByName(const std::string& filename,
6738 return wrapped_db_->FindFileByName(filename, output);
7021 bool FindFileByName(const std::string& filename,
7024 FullMatch(filename, "file", ".proto", &file_num);
7126 virtual void AddError(const std::string& filename,
7130 GOOGLE_LOG(FATAL) << "AddError() called unexpectedly: " << filename << " ["
7141 SingletonSourceTree(const std::string& filename, const std::string& contents)
7142 : filename_(filename), contents_(contents) {}
7144 virtual io::ZeroCopyInputStream* Open(const std::string& filename) {
7145 return filename == filename_