|
|
|
@ -267,14 +267,12 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
|
|
|
|
|
public const int Field5FieldNumber = 5; |
|
|
|
|
private pbc::PopsicleList<ulong> field5_ = new pbc::PopsicleList<ulong>(); |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public scg::IList<ulong> Field5List { |
|
|
|
|
get { return pbc::Lists.AsReadOnly(field5_); } |
|
|
|
|
} |
|
|
|
|
public int Field5Count { |
|
|
|
|
get { return field5_.Count; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong GetField5(int index) { |
|
|
|
|
return field5_[index]; |
|
|
|
|
} |
|
|
|
@ -1540,30 +1538,25 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
return this; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public pbc::IPopsicleList<ulong> Field5List { |
|
|
|
|
get { return PrepareBuilder().field5_; } |
|
|
|
|
} |
|
|
|
|
public int Field5Count { |
|
|
|
|
get { return result.Field5Count; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong GetField5(int index) { |
|
|
|
|
return result.GetField5(index); |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public Builder SetField5(int index, ulong value) { |
|
|
|
|
PrepareBuilder(); |
|
|
|
|
result.field5_[index] = value; |
|
|
|
|
return this; |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public Builder AddField5(ulong value) { |
|
|
|
|
PrepareBuilder(); |
|
|
|
|
result.field5_.Add(value); |
|
|
|
|
return this; |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public Builder AddRangeField5(scg::IEnumerable<ulong> values) { |
|
|
|
|
PrepareBuilder(); |
|
|
|
|
result.field5_.Add(values); |
|
|
|
@ -2326,7 +2319,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField21 { |
|
|
|
|
get { return hasField21; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong Field21 { |
|
|
|
|
get { return field21_; } |
|
|
|
|
} |
|
|
|
@ -2367,7 +2359,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField203 { |
|
|
|
|
get { return hasField203; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public uint Field203 { |
|
|
|
|
get { return field203_; } |
|
|
|
|
} |
|
|
|
@ -2398,7 +2389,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField207 { |
|
|
|
|
get { return hasField207; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong Field207 { |
|
|
|
|
get { return field207_; } |
|
|
|
|
} |
|
|
|
@ -2409,7 +2399,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField300 { |
|
|
|
|
get { return hasField300; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong Field300 { |
|
|
|
|
get { return field300_; } |
|
|
|
|
} |
|
|
|
@ -3099,12 +3088,10 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField21 { |
|
|
|
|
get { return result.hasField21; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong Field21 { |
|
|
|
|
get { return result.Field21; } |
|
|
|
|
set { SetField21(value); } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public Builder SetField21(ulong value) { |
|
|
|
|
PrepareBuilder(); |
|
|
|
|
result.hasField21 = true; |
|
|
|
@ -3181,12 +3168,10 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField203 { |
|
|
|
|
get { return result.hasField203; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public uint Field203 { |
|
|
|
|
get { return result.Field203; } |
|
|
|
|
set { SetField203(value); } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public Builder SetField203(uint value) { |
|
|
|
|
PrepareBuilder(); |
|
|
|
|
result.hasField203 = true; |
|
|
|
@ -3244,12 +3229,10 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField207 { |
|
|
|
|
get { return result.hasField207; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong Field207 { |
|
|
|
|
get { return result.Field207; } |
|
|
|
|
set { SetField207(value); } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public Builder SetField207(ulong value) { |
|
|
|
|
PrepareBuilder(); |
|
|
|
|
result.hasField207 = true; |
|
|
|
@ -3266,12 +3249,10 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField300 { |
|
|
|
|
get { return result.hasField300; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong Field300 { |
|
|
|
|
get { return result.Field300; } |
|
|
|
|
set { SetField300(value); } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public Builder SetField300(ulong value) { |
|
|
|
|
PrepareBuilder(); |
|
|
|
|
result.hasField300 = true; |
|
|
|
@ -3403,7 +3384,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField15 { |
|
|
|
|
get { return hasField15; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong Field15 { |
|
|
|
|
get { return field15_; } |
|
|
|
|
} |
|
|
|
@ -4064,12 +4044,10 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
public bool HasField15 { |
|
|
|
|
get { return result.hasField15; } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public ulong Field15 { |
|
|
|
|
get { return result.Field15; } |
|
|
|
|
set { SetField15(value); } |
|
|
|
|
} |
|
|
|
|
[global::System.CLSCompliant(false)] |
|
|
|
|
public Builder SetField15(ulong value) { |
|
|
|
|
PrepareBuilder(); |
|
|
|
|
result.hasField15 = true; |
|
|
|
|