@ -1,5 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: route_guide.proto
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: route_guide.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
@ -60,6 +62,7 @@ namespace Routeguide {
/// </summary>
public sealed partial class Point : pb : : IMessage < Point > {
private static readonly pb : : MessageParser < Point > _ parser = new pb : : MessageParser < Point > ( ( ) = > new Point ( ) ) ;
private pb : : UnknownFieldSet _ unknownFields ;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public static pb : : MessageParser < Point > Parser { get { return _ parser ; } }
@ -84,6 +87,7 @@ namespace Routeguide {
public Point ( Point other ) : this ( ) {
latitude_ = other . latitude_ ;
longitude_ = other . longitude_ ;
_ unknownFields = pb : : UnknownFieldSet . Clone ( other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -128,7 +132,7 @@ namespace Routeguide {
}
if ( Latitude ! = other . Latitude ) return false ;
if ( Longitude ! = other . Longitude ) return false ;
return true ;
return Equals ( _ unknownFields , o the r. _ unknownFi elds ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -136,6 +140,9 @@ namespace Routeguide {
int hash = 1 ;
if ( Latitude ! = 0 ) hash ^ = Latitude . GetHashCode ( ) ;
if ( Longitude ! = 0 ) hash ^ = Longitude . GetHashCode ( ) ;
if ( _ unknownFields ! = null ) {
hash ^ = _ unknownFields . GetHashCode ( ) ;
}
return hash ;
}
@ -154,6 +161,9 @@ namespace Routeguide {
output . WriteRawTag ( 1 6 ) ;
output . WriteInt32 ( Longitude ) ;
}
if ( _ unknownFields ! = null ) {
_ unknownFields . WriteTo ( output ) ;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -165,6 +175,9 @@ namespace Routeguide {
if ( Longitude ! = 0 ) {
size + = 1 + pb : : CodedOutputStream . ComputeInt32Size ( Longitude ) ;
}
if ( _ unknownFields ! = null ) {
size + = _ unknownFields . CalculateSize ( ) ;
}
return size ;
}
@ -179,6 +192,7 @@ namespace Routeguide {
if ( other . Longitude ! = 0 ) {
Longitude = other . Longitude ;
}
_ unknownFields = pb : : UnknownFieldSet . MergeFrom ( _ unknownFields , other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -187,7 +201,7 @@ namespace Routeguide {
while ( ( tag = input . ReadTag ( ) ) ! = 0 ) {
switch ( tag ) {
default :
input . SkipLastField ( ) ;
_ unknownFields = pb : : UnknownFieldSet . MergeFieldFrom ( _ unknownFields , input ) ;
break ;
case 8 : {
Latitude = input . ReadInt32 ( ) ;
@ -209,6 +223,7 @@ namespace Routeguide {
/// </summary>
public sealed partial class Rectangle : pb : : IMessage < Rectangle > {
private static readonly pb : : MessageParser < Rectangle > _ parser = new pb : : MessageParser < Rectangle > ( ( ) = > new Rectangle ( ) ) ;
private pb : : UnknownFieldSet _ unknownFields ;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public static pb : : MessageParser < Rectangle > Parser { get { return _ parser ; } }
@ -231,8 +246,9 @@ namespace Routeguide {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public Rectangle ( Rectangle other ) : this ( ) {
Lo = other . lo_ ! = null ? other . Lo . Clone ( ) : null ;
Hi = other . hi_ ! = null ? other . Hi . Clone ( ) : null ;
lo_ = other . lo_ ! = null ? other . lo_ . Clone ( ) : null ;
hi_ = other . hi_ ! = null ? other . hi_ . Clone ( ) : null ;
_ unknownFields = pb : : UnknownFieldSet . Clone ( other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -283,7 +299,7 @@ namespace Routeguide {
}
if ( ! object . Equals ( Lo , other . Lo ) ) return false ;
if ( ! object . Equals ( Hi , other . Hi ) ) return false ;
return true ;
return Equals ( _ unknownFields , o the r. _ unknownFi elds ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -291,6 +307,9 @@ namespace Routeguide {
int hash = 1 ;
if ( lo_ ! = null ) hash ^ = Lo . GetHashCode ( ) ;
if ( hi_ ! = null ) hash ^ = Hi . GetHashCode ( ) ;
if ( _ unknownFields ! = null ) {
hash ^ = _ unknownFields . GetHashCode ( ) ;
}
return hash ;
}
@ -309,6 +328,9 @@ namespace Routeguide {
output . WriteRawTag ( 1 8 ) ;
output . WriteMessage ( Hi ) ;
}
if ( _ unknownFields ! = null ) {
_ unknownFields . WriteTo ( output ) ;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -320,6 +342,9 @@ namespace Routeguide {
if ( hi_ ! = null ) {
size + = 1 + pb : : CodedOutputStream . ComputeMessageSize ( Hi ) ;
}
if ( _ unknownFields ! = null ) {
size + = _ unknownFields . CalculateSize ( ) ;
}
return size ;
}
@ -340,6 +365,7 @@ namespace Routeguide {
}
Hi . MergeFrom ( other . Hi ) ;
}
_ unknownFields = pb : : UnknownFieldSet . MergeFrom ( _ unknownFields , other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -348,7 +374,7 @@ namespace Routeguide {
while ( ( tag = input . ReadTag ( ) ) ! = 0 ) {
switch ( tag ) {
default :
input . SkipLastField ( ) ;
_ unknownFields = pb : : UnknownFieldSet . MergeFieldFrom ( _ unknownFields , input ) ;
break ;
case 1 0 : {
if ( lo_ = = null ) {
@ -377,6 +403,7 @@ namespace Routeguide {
/// </summary>
public sealed partial class Feature : pb : : IMessage < Feature > {
private static readonly pb : : MessageParser < Feature > _ parser = new pb : : MessageParser < Feature > ( ( ) = > new Feature ( ) ) ;
private pb : : UnknownFieldSet _ unknownFields ;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public static pb : : MessageParser < Feature > Parser { get { return _ parser ; } }
@ -400,7 +427,8 @@ namespace Routeguide {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public Feature ( Feature other ) : this ( ) {
name_ = other . name_ ;
Location = other . location_ ! = null ? other . Location . Clone ( ) : null ;
location_ = other . location_ ! = null ? other . location_ . Clone ( ) : null ;
_ unknownFields = pb : : UnknownFieldSet . Clone ( other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -451,7 +479,7 @@ namespace Routeguide {
}
if ( Name ! = other . Name ) return false ;
if ( ! object . Equals ( Location , other . Location ) ) return false ;
return true ;
return Equals ( _ unknownFields , o the r. _ unknownFi elds ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -459,6 +487,9 @@ namespace Routeguide {
int hash = 1 ;
if ( Name . Length ! = 0 ) hash ^ = Name . GetHashCode ( ) ;
if ( location_ ! = null ) hash ^ = Location . GetHashCode ( ) ;
if ( _ unknownFields ! = null ) {
hash ^ = _ unknownFields . GetHashCode ( ) ;
}
return hash ;
}
@ -477,6 +508,9 @@ namespace Routeguide {
output . WriteRawTag ( 1 8 ) ;
output . WriteMessage ( Location ) ;
}
if ( _ unknownFields ! = null ) {
_ unknownFields . WriteTo ( output ) ;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -488,6 +522,9 @@ namespace Routeguide {
if ( location_ ! = null ) {
size + = 1 + pb : : CodedOutputStream . ComputeMessageSize ( Location ) ;
}
if ( _ unknownFields ! = null ) {
size + = _ unknownFields . CalculateSize ( ) ;
}
return size ;
}
@ -505,6 +542,7 @@ namespace Routeguide {
}
Location . MergeFrom ( other . Location ) ;
}
_ unknownFields = pb : : UnknownFieldSet . MergeFrom ( _ unknownFields , other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -513,7 +551,7 @@ namespace Routeguide {
while ( ( tag = input . ReadTag ( ) ) ! = 0 ) {
switch ( tag ) {
default :
input . SkipLastField ( ) ;
_ unknownFields = pb : : UnknownFieldSet . MergeFieldFrom ( _ unknownFields , input ) ;
break ;
case 1 0 : {
Name = input . ReadString ( ) ;
@ -537,6 +575,7 @@ namespace Routeguide {
/// </summary>
public sealed partial class RouteNote : pb : : IMessage < RouteNote > {
private static readonly pb : : MessageParser < RouteNote > _ parser = new pb : : MessageParser < RouteNote > ( ( ) = > new RouteNote ( ) ) ;
private pb : : UnknownFieldSet _ unknownFields ;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public static pb : : MessageParser < RouteNote > Parser { get { return _ parser ; } }
@ -559,8 +598,9 @@ namespace Routeguide {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public RouteNote ( RouteNote other ) : this ( ) {
Location = other . location_ ! = null ? other . Location . Clone ( ) : null ;
location_ = other . location_ ! = null ? other . location_ . Clone ( ) : null ;
message_ = other . message_ ;
_ unknownFields = pb : : UnknownFieldSet . Clone ( other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -611,7 +651,7 @@ namespace Routeguide {
}
if ( ! object . Equals ( Location , other . Location ) ) return false ;
if ( Message ! = other . Message ) return false ;
return true ;
return Equals ( _ unknownFields , o the r. _ unknownFi elds ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -619,6 +659,9 @@ namespace Routeguide {
int hash = 1 ;
if ( location_ ! = null ) hash ^ = Location . GetHashCode ( ) ;
if ( Message . Length ! = 0 ) hash ^ = Message . GetHashCode ( ) ;
if ( _ unknownFields ! = null ) {
hash ^ = _ unknownFields . GetHashCode ( ) ;
}
return hash ;
}
@ -637,6 +680,9 @@ namespace Routeguide {
output . WriteRawTag ( 1 8 ) ;
output . WriteString ( Message ) ;
}
if ( _ unknownFields ! = null ) {
_ unknownFields . WriteTo ( output ) ;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -648,6 +694,9 @@ namespace Routeguide {
if ( Message . Length ! = 0 ) {
size + = 1 + pb : : CodedOutputStream . ComputeStringSize ( Message ) ;
}
if ( _ unknownFields ! = null ) {
size + = _ unknownFields . CalculateSize ( ) ;
}
return size ;
}
@ -665,6 +714,7 @@ namespace Routeguide {
if ( other . Message . Length ! = 0 ) {
Message = other . Message ;
}
_ unknownFields = pb : : UnknownFieldSet . MergeFrom ( _ unknownFields , other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -673,7 +723,7 @@ namespace Routeguide {
while ( ( tag = input . ReadTag ( ) ) ! = 0 ) {
switch ( tag ) {
default :
input . SkipLastField ( ) ;
_ unknownFields = pb : : UnknownFieldSet . MergeFieldFrom ( _ unknownFields , input ) ;
break ;
case 1 0 : {
if ( location_ = = null ) {
@ -701,6 +751,7 @@ namespace Routeguide {
/// </summary>
public sealed partial class RouteSummary : pb : : IMessage < RouteSummary > {
private static readonly pb : : MessageParser < RouteSummary > _ parser = new pb : : MessageParser < RouteSummary > ( ( ) = > new RouteSummary ( ) ) ;
private pb : : UnknownFieldSet _ unknownFields ;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public static pb : : MessageParser < RouteSummary > Parser { get { return _ parser ; } }
@ -727,6 +778,7 @@ namespace Routeguide {
featureCount_ = other . featureCount_ ;
distance_ = other . distance_ ;
elapsedTime_ = other . elapsedTime_ ;
_ unknownFields = pb : : UnknownFieldSet . Clone ( other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -807,7 +859,7 @@ namespace Routeguide {
if ( FeatureCount ! = other . FeatureCount ) return false ;
if ( Distance ! = other . Distance ) return false ;
if ( ElapsedTime ! = other . ElapsedTime ) return false ;
return true ;
return Equals ( _ unknownFields , o the r. _ unknownFi elds ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -817,6 +869,9 @@ namespace Routeguide {
if ( FeatureCount ! = 0 ) hash ^ = FeatureCount . GetHashCode ( ) ;
if ( Distance ! = 0 ) hash ^ = Distance . GetHashCode ( ) ;
if ( ElapsedTime ! = 0 ) hash ^ = ElapsedTime . GetHashCode ( ) ;
if ( _ unknownFields ! = null ) {
hash ^ = _ unknownFields . GetHashCode ( ) ;
}
return hash ;
}
@ -843,6 +898,9 @@ namespace Routeguide {
output . WriteRawTag ( 3 2 ) ;
output . WriteInt32 ( ElapsedTime ) ;
}
if ( _ unknownFields ! = null ) {
_ unknownFields . WriteTo ( output ) ;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -860,6 +918,9 @@ namespace Routeguide {
if ( ElapsedTime ! = 0 ) {
size + = 1 + pb : : CodedOutputStream . ComputeInt32Size ( ElapsedTime ) ;
}
if ( _ unknownFields ! = null ) {
size + = _ unknownFields . CalculateSize ( ) ;
}
return size ;
}
@ -880,6 +941,7 @@ namespace Routeguide {
if ( other . ElapsedTime ! = 0 ) {
ElapsedTime = other . ElapsedTime ;
}
_ unknownFields = pb : : UnknownFieldSet . MergeFrom ( _ unknownFields , other . _ unknownFields ) ;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@ -888,7 +950,7 @@ namespace Routeguide {
while ( ( tag = input . ReadTag ( ) ) ! = 0 ) {
switch ( tag ) {
default :
input . SkipLastField ( ) ;
_ unknownFields = pb : : UnknownFieldSet . MergeFieldFrom ( _ unknownFields , input ) ;
break ;
case 8 : {
PointCount = input . ReadInt32 ( ) ;