Searched refs:OptionalBytes (Results 1 – 1 of 1) sorted by relevance
1076 public pb::ByteString OptionalBytes { property in Conformance.TestAllTypes2120 if (OptionalBytes != other.OptionalBytes) return false; in Equals()2235 if (OptionalBytes.Length != 0) hash ^= OptionalBytes.GetHashCode(); in GetHashCode()2396 if (OptionalBytes.Length != 0) { in WriteTo()2398 output.WriteBytes(OptionalBytes); in WriteTo()2645 if (OptionalBytes.Length != 0) { in CalculateSize()2646 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()2867 if (other.OptionalBytes.Length != 0) { in MergeFrom()2868 OptionalBytes = other.OptionalBytes; in MergeFrom()3154 OptionalBytes = input.ReadBytes(); in MergeFrom()