Lines Matching defs:OneofBytes
162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes), global::Google.Protobuf.TestProtos.TestAllTypes.Parser, new[]{ "SingleInt32", "SingleInt64", "SingleUint32", "SingleUint64", "SingleSint32", "SingleSint64", "SingleFixed32", "SingleFixed64", "SingleSfixed32", "SingleSfixed64", "SingleFloat", "SingleDouble", "SingleBool", "SingleString", "SingleBytes", "SingleNestedMessage", "SingleForeignMessage", "SingleImportMessage", "SingleNestedEnum", "SingleForeignEnum", "SingleImportEnum", "SinglePublicImportMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedImportMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedImportEnum", "RepeatedPublicImportMessage", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, new[]{ typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage.Parser, new[]{ "Bb" }, null, null, null, null)}),
340 case OneofFieldOneofCase.OneofBytes:
341 OneofBytes = other.OneofBytes;
863 public pb::ByteString OneofBytes {
864 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofBytes ? (pb::ByteString) oneofField_ : pb::ByteString.Empty; }
867 oneofFieldCase_ = OneofFieldOneofCase.OneofBytes;
878 OneofBytes = 114,
952 if (OneofBytes != other.OneofBytes) return false;
1007 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) hash ^= OneofBytes.GetHashCode();
1147 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) {
1149 output.WriteBytes(OneofBytes);
1282 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) {
1284 output.WriteBytes(OneofBytes);
1392 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) {
1393 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes);
1519 case OneofFieldOneofCase.OneofBytes:
1520 OneofBytes = other.OneofBytes;
1760 OneofBytes = input.ReadBytes();
1999 OneofBytes = input.ReadBytes();