Lines Matching refs:GaugeResponse
39 …::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.GaugeResponse), global::Grpc.Testing.GaugeRespo… in MetricsReflection()
51 public sealed partial class GaugeResponse : pb::IMessage<GaugeResponse> { class
52 …static readonly pb::MessageParser<GaugeResponse> _parser = new pb::MessageParser<GaugeResponse>(()…
55 public static pb::MessageParser<GaugeResponse> Parser { get { return _parser; } }
68 public GaugeResponse() { in GaugeResponse() method in Grpc.Testing.GaugeResponse
75 public GaugeResponse(GaugeResponse other) : this() { in GaugeResponse() method in Grpc.Testing.GaugeResponse
93 public GaugeResponse Clone() { in Clone()
94 return new GaugeResponse(this); in Clone()
163 return Equals(other as GaugeResponse); in Equals()
167 public bool Equals(GaugeResponse other) { in Equals()
246 public void MergeFrom(GaugeResponse other) { in MergeFrom()