Searched refs:weak_dependency (Results 1 – 13 of 13) sorted by relevance
50 private $weak_dependency; variable in Google\\Protobuf\\Internal\\FileDescriptorProto261 return $this->weak_dependency;275 $this->weak_dependency = $arr;
57 file->weak_dependency(j)->name()) != nullptr); in GenerateAll()
100 file->weak_dependency(j)->name()) == nullptr) { in CanGenerate()
327 RepeatedField<int32>* weak_dependency,
2342 RepeatedField<int32>* weak_dependency, in ParseImport() argument2360 weak_dependency->size()); in ParseImport()2363 *weak_dependency->Add() = dependency->size(); in ParseImport()
1446 const FileDescriptor* weak_dependency(int index) const;2303 inline const FileDescriptor* FileDescriptor::weak_dependency(int index) const { in weak_dependency() function
72 repeated int32 weak_dependency = 11; field
751 ::PROTOBUF_NAMESPACE_ID::int32 weak_dependency(int index) const;755 weak_dependency() const;6926 inline ::PROTOBUF_NAMESPACE_ID::int32 FileDescriptorProto::weak_dependency(int index) const { in weak_dependency() function6946 FileDescriptorProto::weak_dependency() const { in weak_dependency() function
4430 weak_deps.insert(proto.weak_dependency(i)); in BuildFileImpl()4516 int index = proto.weak_dependency(i); in BuildFileImpl()
139 weak_deps_.insert(file->weak_dependency(i)); in FileGenerator()
66 repeated int32 weak_dependency = 11; field