Home
last modified time | relevance | path

Searched refs:public_dependency (Results 1 - 13 of 13) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileDescriptorProto.php41 * Generated from protobuf field <code>repeated int32 public_dependency = 10;</code>
43 private $public_dependency; variable
102 * @type int[]|\Google\Protobuf\Internal\RepeatedField $public_dependency
229 * Generated from protobuf field <code>repeated int32 public_dependency = 10;</code>
234 return $this->public_dependency;
240 * Generated from protobuf field <code>repeated int32 public_dependency = 10;</code>
247 $this->public_dependency = $arr; variable
/third_party/protobuf/benchmarks/util/
H A Dprotoc-gen-proto2_to_proto3.cc94 file->public_dependency(j)->name()) == nullptr) { in CanGenerate()
H A Dprotoc-gen-gogoproto.cc53 file->public_dependency(j)->name()) != nullptr); in GenerateAll()
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc430 std::string module_name = ModuleName(file_->public_dependency(i)->name()); in PrintImports()
469 ModuleAlias(file_->public_dependency(i)->name()); in PrintFileDescriptor()
1456 std::string module_name = ModuleName(file->public_dependency(i)->name()); in CopyPublicDependenciesAliases()
1457 std::string module_alias = ModuleAlias(file->public_dependency(i)->name()); in CopyPublicDependenciesAliases()
1467 CopyPublicDependenciesAliases(copy_from, file->public_dependency(i)); in CopyPublicDependenciesAliases()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_file.cc249 import_writer.AddFile(file_->public_dependency(i), header_extension); in GenerateHeader()
370 public_import_names.insert(file_->public_dependency(i)->name()); in GenerateSource()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h326 RepeatedField<int32>* public_dependency,
H A Dparser.cc2341 RepeatedField<int32>* public_dependency, in ParseImport()
2354 public_dependency->size()); in ParseImport()
2356 *public_dependency->Add() = dependency->size(); in ParseImport()
2340 ParseImport(RepeatedPtrField<std::string>* dependency, RepeatedField<int32>* public_dependency, RepeatedField<int32>* weak_dependency, const LocationRecorder& root_location, const FileDescriptorProto* containing_file) ParseImport() argument
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h1438 const FileDescriptor* public_dependency(int index) const;
2298 inline const FileDescriptor* FileDescriptor::public_dependency( in public_dependency() function in google::protobuf::FileDescriptor
H A Ddescriptor.pb.h715 // repeated int32 public_dependency = 10;
729 ::PROTOBUF_NAMESPACE_ID::int32 public_dependency(int index) const;
733 public_dependency() const;
6866 // repeated int32 public_dependency = 10;
6879 inline ::PROTOBUF_NAMESPACE_ID::int32 FileDescriptorProto::public_dependency(int index) const { in public_dependency() function in FileDescriptorProto
6880 // @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.public_dependency) in public_dependency()
6885 // @@protoc_insertion_point(field_set:google.protobuf.FileDescriptorProto.public_dependency) in set_public_dependency()
6892 // @@protoc_insertion_point(field_add:google.protobuf.FileDescriptorProto.public_dependency) in add_public_dependency()
6899 FileDescriptorProto::public_dependency() const { in public_dependency() function in FileDescriptorProto
6900 // @@protoc_insertion_point(field_list:google.protobuf.FileDescriptorProto.public_dependency) in public_dependency()
[all...]
H A Ddescriptor.cc3698 RecordPublicDependencies(file->public_dependency(i)); in RecordPublicDependencies()
4483 int index = proto.public_dependency(i); in BuildFileImpl()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc271 const FileDescriptor* dep = file_->public_dependency(i); in GenerateProtoHeader()
1174 const FileDescriptor* dep = fd->public_dependency(i); in PublicImportDFS()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py743 public_deps = [direct_deps[i] for i in file_proto.public_dependency]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc1748 return GetDescriptor(self)->public_dependency(index); in GetByIndex()

Completed in 50 milliseconds