Home
last modified time | relevance | path

Searched refs:from_here (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3192 void AddRecursiveImportError(const FileDescriptorProto& proto, int from_here);
4221 const FileDescriptorProto& proto, int from_here) { in AddRecursiveImportError() argument
4223 for (int i = from_here; i < tables_->pending_files_.size(); i++) { in AddRecursiveImportError()
4229 if (from_here < tables_->pending_files_.size() - 1) { in AddRecursiveImportError()
4230 AddError(tables_->pending_files_[from_here + 1], proto, in AddRecursiveImportError()