Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dfailure_list_ruby_mac.txt31 Required.Proto3.JsonInput.OptionalBytesWrapper.JsonOutput
Dfailure_list_ruby.txt32 Required.Proto3.JsonInput.OptionalBytesWrapper.JsonOutput
Dfailure_list_php_zts_c.txt134 Required.JsonInput.OptionalBytesWrapper.JsonOutput
135 Required.JsonInput.OptionalBytesWrapper.ProtobufOutput
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs337 OptionalBytesWrapper = other.OptionalBytesWrapper; in TestAllTypesProto3()
1289 public pb::ByteString OptionalBytesWrapper { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1844 if (OptionalBytesWrapper != other.OptionalBytesWrapper) return false; in Equals()
1972 if (optionalBytesWrapper_ != null) hash ^= OptionalBytesWrapper.GetHashCode(); in GetHashCode()
2220 _single_optionalBytesWrapper_codec.WriteTagAndValue(output, OptionalBytesWrapper); in WriteTo()
2503 size += _single_optionalBytesWrapper_codec.CalculateSizeWithTag(OptionalBytesWrapper); in CalculateSize()
2763 if (optionalBytesWrapper_ == null || other.OptionalBytesWrapper != pb::ByteString.Empty) { in MergeFrom()
2764 OptionalBytesWrapper = other.OptionalBytesWrapper; in MergeFrom()
3294 OptionalBytesWrapper = value; in MergeFrom()