Home
last modified time | relevance | path

Searched refs:RepeatedBytes (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs74RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypes()
DGeneratedMessageTest.cs88 Assert.AreEqual(0, message.RepeatedBytes.Count); in DefaultValues()
177 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in RoundTrip_RepeatedValues()
475 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in CloneRepeatedNonMessageValues()
/external/google-breakpad/src/common/
Dtest_assembler_unittest.cc809 TEST_F(Append, RepeatedBytes) { in TEST_F() argument
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1229 public pbc::RepeatedField<pb::ByteString> RepeatedBytes { property in Conformance.TestAllTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs683 public pbc::RepeatedField<pb::ByteString> RepeatedBytes { property in Google.Protobuf.TestProtos.TestAllTypes