Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs296 weakDependency_ = other.weakDependency_.Clone(); in FileDescriptorProto()
364 private readonly pbc::RepeatedField<int> weakDependency_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.Reflection.FileDescriptorProto
370 get { return weakDependency_; }
467 if(!weakDependency_.Equals(other.weakDependency_)) return false; in Equals()
484 hash ^= weakDependency_.GetHashCode(); in GetHashCode()
522 weakDependency_.WriteTo(output, _repeated_weakDependency_codec); in WriteTo()
539 size += weakDependency_.CalculateSize(_repeated_weakDependency_codec); in CalculateSize()
568 weakDependency_.Add(other.weakDependency_); in MergeFrom()
646 weakDependency_.AddEntriesFrom(input, _repeated_weakDependency_codec); in MergeFrom()