Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs400 sourceCodeInfo_ = other.sourceCodeInfo_ != null ? other.sourceCodeInfo_.Clone() : null; in FileDescriptorProto()
558 private global::Google.Protobuf.Reflection.SourceCodeInfo sourceCodeInfo_; field in Google.Protobuf.Reflection.FileDescriptorProto
567 get { return sourceCodeInfo_; }
569 sourceCodeInfo_ = value;
641 if (sourceCodeInfo_ != null) hash ^= SourceCodeInfo.GetHashCode(); in GetHashCode()
676 if (sourceCodeInfo_ != null) { in WriteTo()
712 if (sourceCodeInfo_ != null) { in IBufferMessage.InternalWriteTo()
747 if (sourceCodeInfo_ != null) { in CalculateSize()
783 if (other.sourceCodeInfo_ != null) { in MergeFrom()
784 if (sourceCodeInfo_ == null) { in MergeFrom()
[all …]