Home
last modified time | relevance | path

Searched refs:OptionalBytes (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs577 public pb::ByteString OptionalBytes { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1778 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()