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