Lines Matching refs:OneofBytes
861 case OneofFieldOneofCase.OneofBytes: in TestAllTypes()
862 OneofBytes = other.OneofBytes; in TestAllTypes()
1493 public pb::ByteString OneofBytes { property in Conformance.TestAllTypes
1494 …get { return oneofFieldCase_ == OneofFieldOneofCase.OneofBytes ? (pb::ByteString) oneofField_ : pb…
1497 oneofFieldCase_ = OneofFieldOneofCase.OneofBytes;
1928 OneofBytes = 114, enumerator
2016 if (OneofBytes != other.OneofBytes) return false; in Equals()
2130 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) hash ^= OneofBytes.GetHashCode(); in GetHashCode()
2322 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) { in WriteTo()
2324 output.WriteBytes(OneofBytes); in WriteTo()
2559 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) { in CalculateSize()
2560 size += 2 + pb::CodedOutputStream.ComputeBytesSize(OneofBytes); in CalculateSize()
2922 case OneofFieldOneofCase.OneofBytes: in MergeFrom()
2923 OneofBytes = other.OneofBytes; in MergeFrom()
3226 OneofBytes = input.ReadBytes(); in MergeFrom()