Searched refs:RepeatedBytes (Results 1 – 7 of 7) 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/protobuf/csharp/compatibility_tests/v3.0.0/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.Test/TestProtos/ |
D | TestMessagesProto3.cs | 821 public pbc::RepeatedField<pb::ByteString> RepeatedBytes { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
|
D | UnittestProto3.cs | 746 public pbc::RepeatedField<pb::ByteString> RepeatedBytes { property in Google.Protobuf.TestProtos.TestAllTypes
|