/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 48 Assert.IsNull(message.BytesField); in NullIsDefault() 64 BytesField = ByteString.CopyFrom(1, 2, 3), in NonDefaultSingleValues() 78 Assert.AreEqual(ByteString.CopyFrom(1, 2, 3), parsed.BytesField); in NonDefaultSingleValues() 94 BytesField = ByteString.Empty, in NonNullDefaultIsPreservedThroughSerialization() 108 Assert.AreEqual(ByteString.Empty, parsed.BytesField); in NonNullDefaultIsPreservedThroughSerialization() 125 Assert.Throws<ArgumentNullException>(() => message.BytesField.Add((ByteString) null)); in RepeatedWrappersProhibitNullItems() 134 … BytesField = { ByteString.CopyFrom(1, 2, 3), ByteString.CopyFrom(4, 5, 6), ByteString.Empty }, in RepeatedWrappersSerializeDeserialize() 183 BytesField = { in MapWrappersSerializeDeserialize() 211 BytesField = ByteString.CopyFrom(1, 2, 3), in Reflection_SingleValues()
|
/frameworks/av/services/mediaanalytics/ |
D | statsd_drm.cpp | 58 android::util::BytesField bf_serialized(serialized_metrics ? serialized_metrics : NULL, in statsd_mediadrm() 91 android::util::BytesField bf_serialized(serialized_metrics ? serialized_metrics : NULL, in statsd_widevineCDM()
|
D | statsd_extractor.cpp | 81 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_extractor()
|
D | statsd_audiopolicy.cpp | 112 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_audiopolicy()
|
D | statsd_audiotrack.cpp | 136 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_audiotrack()
|
D | statsd_audiorecord.cpp | 145 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_audiorecord()
|
D | statsd_nuplayer.cpp | 157 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_nuplayer()
|
D | statsd_recorder.cpp | 176 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_recorder()
|
D | statsd_codec.cpp | 166 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_codec()
|
D | statsd_audiothread.cpp | 194 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_audiothread()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestWellKnownTypes.cs | 221 BytesField = other.BytesField; in TestWellKnownTypes() 430 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes 481 if (BytesField != other.BytesField) return false; in Equals() 506 if (bytesField_ != null) hash ^= BytesField.GetHashCode(); in GetHashCode() 579 _single_bytesField_codec.WriteTagAndValue(output, BytesField); in WriteTo() 642 size += _single_bytesField_codec.CalculateSizeWithTag(BytesField); in CalculateSize() 750 if (bytesField_ == null || other.BytesField != pb::ByteString.Empty) { in MergeFrom() 751 BytesField = other.BytesField; in MergeFrom() 892 BytesField = value; in MergeFrom() 1140 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 94 BytesField = ByteString.Empty, in SingularWrappers_DefaultNonNullValues() 112 BytesField = ByteString.CopyFrom(1, 2, 3), in SingularWrappers_NonDefaultValues() 182 … BytesField = { ByteString.CopyFrom(1, 2, 3), ByteString.CopyFrom(4, 5, 6), ByteString.Empty }, in RepeatedWrappers()
|
D | JsonFormatterTest.cs | 266 BytesField = ByteString.FromBase64("ABCD"), in WrapperFormatting_Single()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 145 repeated bytes BytesField = 24; // NO_PROTO3 field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance_test.cc | 1200 "BytesField",
|