Searched refs:RepeatedBytes (Results 1 – 6 of 6) 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/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 399 …RepeatedBytes [][]byte `protobuf:"bytes,45,rep,name=repeated_bytes,j… member 760 return m.RepeatedBytes
|
/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
|