4 instantiations of WeatherReport
SocialWeather (4)
Protobuf\ProtobufWeatherStreamFormatter.cs (2)
13var protoWeatherReport = new Protobuf.WeatherReport(); 27var protoWeatherReport = new Protobuf.WeatherReport
Protobuf\WeatherReport.cs (2)
49private static readonly pb::MessageParser<WeatherReport> _parser = new pb::MessageParser<WeatherReport>(() => new WeatherReport()); 88return new WeatherReport(this);
23 references to WeatherReport
SocialWeather (23)
Protobuf\ProtobufWeatherStreamFormatter.cs (3)
13var protoWeatherReport = new Protobuf.WeatherReport(); 27var protoWeatherReport = new Protobuf.WeatherReport 31Weather = (Protobuf.WeatherReport.Types.WeatherKind)(int)weatherReport.Weather,
Protobuf\WeatherReport.cs (20)
37new pbr::GeneratedClrTypeInfo(typeof(global::SocialWeather.Protobuf.WeatherReport), global::SocialWeather.Protobuf.WeatherReport.Parser, new[]{ "Temperature", "ReportTime", "Weather", "ZipCode" }, null, new[]{ typeof(global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind) }, null, null) 44public sealed partial class WeatherReport : pb::IMessage<WeatherReport> 49private static readonly pb::MessageParser<WeatherReport> _parser = new pb::MessageParser<WeatherReport>(() => new WeatherReport()); 53public static pb::MessageParser<WeatherReport> Parser { get { return _parser; } } 77public WeatherReport(WeatherReport other) : this() { 87public WeatherReport Clone() { 117private global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind weather_ = global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny; 120public global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind Weather { 142return Equals(other as WeatherReport); 147public bool Equals(WeatherReport other) { 167if (Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) hash ^= Weather.GetHashCode(); 221if (Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) { 245if (Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) { 259public void MergeFrom(WeatherReport other) { 269if (other.Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) { 330Weather = (global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind) input.ReadEnum();