Searched refs:OptionalBytes (Results 1 – 1 of 1) sorted by relevance
577 public pb::ByteString OptionalBytes { property in ProtobufTestMessages.Proto3.TestAllTypesProto31778 if (OptionalBytes != other.OptionalBytes) return false; in Equals()1906 if (OptionalBytes.Length != 0) hash ^= OptionalBytes.GetHashCode(); in GetHashCode()2083 if (OptionalBytes.Length != 0) { in WriteTo()2085 output.WriteBytes(OptionalBytes); in WriteTo()2384 if (OptionalBytes.Length != 0) { in CalculateSize()2385 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()2646 if (other.OptionalBytes.Length != 0) { in MergeFrom()2647 OptionalBytes = other.OptionalBytes; in MergeFrom()2974 OptionalBytes = input.ReadBytes(); in MergeFrom()