Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs48 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()
134BytesField = { 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/
Dstatsd_drm.cpp58 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()
Dstatsd_extractor.cpp81 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_extractor()
Dstatsd_audiopolicy.cpp112 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_audiopolicy()
Dstatsd_audiotrack.cpp136 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_audiotrack()
Dstatsd_audiorecord.cpp145 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_audiorecord()
Dstatsd_nuplayer.cpp157 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_nuplayer()
Dstatsd_recorder.cpp176 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_recorder()
Dstatsd_codec.cpp166 android::util::BytesField bf_serialized( serialized.c_str(), serialized.size()); in statsd_codec()
Dstatsd_audiothread.cpp194 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/
DUnittestWellKnownTypes.cs221 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/
DJsonParserTest.cs94 BytesField = ByteString.Empty, in SingularWrappers_DefaultNonNullValues()
112 BytesField = ByteString.CopyFrom(1, 2, 3), in SingularWrappers_NonDefaultValues()
182BytesField = { ByteString.CopyFrom(1, 2, 3), ByteString.CopyFrom(4, 5, 6), ByteString.Empty }, in RepeatedWrappers()
DJsonFormatterTest.cs266 BytesField = ByteString.FromBase64("ABCD"), in WrapperFormatting_Single()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto145 repeated bytes BytesField = 24; // NO_PROTO3 field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.cc1200 "BytesField",