Lines Matching refs:OneofBytes
312 case OneofFieldOneofCase.OneofBytes: in TestAllTypes()
313 OneofBytes = other.OneofBytes; in TestAllTypes()
785 public pb::ByteString OneofBytes { property in Google.Protobuf.TestProtos.TestAllTypes
786 …get { return oneofFieldCase_ == OneofFieldOneofCase.OneofBytes ? (pb::ByteString) oneofField_ : pb…
789 oneofFieldCase_ = OneofFieldOneofCase.OneofBytes;
800 OneofBytes = 114, enumerator
870 if (OneofBytes != other.OneofBytes) return false; in Equals()
924 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) hash ^= OneofBytes.GetHashCode(); in GetHashCode()
1056 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) { in WriteTo()
1058 output.WriteBytes(OneofBytes); in WriteTo()
1161 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) { in CalculateSize()
1162 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
1281 case OneofFieldOneofCase.OneofBytes: in MergeFrom()
1282 OneofBytes = other.OneofBytes; in MergeFrom()
1517 OneofBytes = input.ReadBytes(); in MergeFrom()