Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1018 public pb::ByteString OptionalBytes { property in Conformance.TestAllTypes
1965 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()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go376OptionalBytes []byte `protobuf:"bytes,15,opt,name=optional_bytes,jso… member
606 return m.OptionalBytes