Searched refs:OptionalBytes (Results 1 – 2 of 2) sorted by relevance
1018 public pb::ByteString OptionalBytes { property in Conformance.TestAllTypes1965 if (OptionalBytes != other.OptionalBytes) return false; in Equals()2079 if (OptionalBytes.Length != 0) hash ^= OptionalBytes.GetHashCode(); in GetHashCode()2238 if (OptionalBytes.Length != 0) { in WriteTo()2240 output.WriteBytes(OptionalBytes); in WriteTo()2486 if (OptionalBytes.Length != 0) { in CalculateSize()2487 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize()2707 if (other.OptionalBytes.Length != 0) { in MergeFrom()2708 OptionalBytes = other.OptionalBytes; in MergeFrom()2993 OptionalBytes = input.ReadBytes(); in MergeFrom()
376 …OptionalBytes []byte `protobuf:"bytes,15,opt,name=optional_bytes,jso… member606 return m.OptionalBytes