Lines Matching refs:SourceCodeInfo
184 …SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, nu… in DescriptorReflection()
523 private global::Google.Protobuf.Reflection.SourceCodeInfo sourceCodeInfo_;
531 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { property in Google.Protobuf.Reflection.FileDescriptorProto
598 if (!object.Equals(SourceCodeInfo, other.SourceCodeInfo)) return false; in Equals()
616 if (HasSourceCodeInfo) hash ^= SourceCodeInfo.GetHashCode(); in GetHashCode()
650 output.WriteMessage(SourceCodeInfo); in WriteTo()
683 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceCodeInfo); in CalculateSize()
720 SourceCodeInfo = new global::Google.Protobuf.Reflection.SourceCodeInfo(); in MergeFrom()
722 SourceCodeInfo.MergeFrom(other.SourceCodeInfo); in MergeFrom()
775 SourceCodeInfo = new global::Google.Protobuf.Reflection.SourceCodeInfo(); in MergeFrom()
777 input.ReadMessage(SourceCodeInfo); in MergeFrom()
7505 internal sealed partial class SourceCodeInfo : pb::IMessage<SourceCodeInfo> { class
7506 …atic readonly pb::MessageParser<SourceCodeInfo> _parser = new pb::MessageParser<SourceCodeInfo>(()…
7509 public static pb::MessageParser<SourceCodeInfo> Parser { get { return _parser; } }
7522 public SourceCodeInfo() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo
7529 public SourceCodeInfo(SourceCodeInfo other) : this() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo
7535 public SourceCodeInfo Clone() { in Clone()
7536 return new SourceCodeInfo(this); in Clone()
7541 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Loc…
7542 …= pb::FieldCodec.ForMessage(10, global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location.P…
7543 …rotobuf.Reflection.SourceCodeInfo.Types.Location> location_ = new pbc::RepeatedField<global::Googl…
7590 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location> Locati…
7596 return Equals(other as SourceCodeInfo); in Equals()
7600 public bool Equals(SourceCodeInfo other) { in Equals()
7645 public void MergeFrom(SourceCodeInfo other) { in MergeFrom()
7681 … get { return global::Google.Protobuf.Reflection.SourceCodeInfo.Descriptor.NestedTypes[0]; }