Searched refs:RepeatedBytes (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 74 …RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 88 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/ |
D | test_assembler_unittest.cc | 809 TEST_F(Append, RepeatedBytes) { in TEST_F() argument
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1229 public pbc::RepeatedField<pb::ByteString> RepeatedBytes { property in Conformance.TestAllTypes
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 683 public pbc::RepeatedField<pb::ByteString> RepeatedBytes { property in Google.Protobuf.TestProtos.TestAllTypes
|