Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dfailure_list_ruby.txt108 JsonInput.OptionalBytesWrapper.JsonOutput
109 JsonInput.OptionalBytesWrapper.ProtobufOutput
Dconformance_test.cc1428 "OptionalBytesWrapper",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs859 OptionalBytesWrapper = other.OptionalBytesWrapper; in TestAllTypes()
1714 public pb::ByteString OptionalBytesWrapper { property in Conformance.TestAllTypes
2180 if (OptionalBytesWrapper != other.OptionalBytesWrapper) return false; in Equals()
2295 if (optionalBytesWrapper_ != null) hash ^= OptionalBytesWrapper.GetHashCode(); in GetHashCode()
2509 _single_optionalBytesWrapper_codec.WriteTagAndValue(output, OptionalBytesWrapper); in WriteTo()
2746 size += _single_optionalBytesWrapper_codec.CalculateSizeWithTag(OptionalBytesWrapper); in CalculateSize()
2981 if (optionalBytesWrapper_ == null || other.OptionalBytesWrapper != pb::ByteString.Empty) { in MergeFrom()
2982 OptionalBytesWrapper = other.OptionalBytesWrapper; in MergeFrom()
3449 OptionalBytesWrapper = value; in MergeFrom()