Searched defs:existing_file (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc3284 static bool ExistingFileMatchesProto(const FileDescriptor* existing_file, argument
3287 existing_file->CopyTo(&existing_proto);
3300 const FileDescriptor* existing_file = tables_->FindFile(filename_); local
3301 if (existing_file != NULL) {
3303 if (ExistingFileMatchesProto(existing_file, proto)) {
3305 return existing_file;

Completed in 141 milliseconds