Home
last modified time | relevance | path

Searched refs:bytesAsInts (Results 1 – 10 of 10) sorted by relevance

/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs47 private static byte[] Bytes(params int[] bytesAsInts) in Bytes() argument
49 byte[] bytes = new byte[bytesAsInts.Length]; in Bytes()
50 for (int i = 0; i < bytesAsInts.Length; i++) in Bytes()
52 bytes[i] = (byte) bytesAsInts[i]; in Bytes()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs47 private static byte[] Bytes(params int[] bytesAsInts) in Bytes() argument
49 byte[] bytes = new byte[bytesAsInts.Length]; in Bytes()
50 for (int i = 0; i < bytesAsInts.Length; i++) in Bytes()
52 bytes[i] = (byte) bytesAsInts[i]; in Bytes()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java742 private static byte[] bytes(int... bytesAsInts) { in bytes() argument
743 byte[] bytes = new byte[bytesAsInts.length]; in bytes()
744 for (int i = 0; i < bytesAsInts.length; i++) { in bytes()
745 bytes[i] = (byte) bytesAsInts[i]; in bytes()
DCodedInputStreamTest.java134 private byte[] bytes(int... bytesAsInts) { in bytes() argument
135 byte[] bytes = new byte[bytesAsInts.length]; in bytes()
136 for (int i = 0; i < bytesAsInts.length; i++) { in bytes()
137 bytes[i] = (byte) bytesAsInts[i]; in bytes()
DTextFormatTest.java292 private ByteString bytes(int... bytesAsInts) { in bytes() argument
293 byte[] bytes = new byte[bytesAsInts.length]; in bytes()
294 for (int i = 0; i < bytesAsInts.length; i++) { in bytes()
295 bytes[i] = (byte) bytesAsInts[i]; in bytes()
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java742 private static byte[] bytes(int... bytesAsInts) { in bytes() argument
743 byte[] bytes = new byte[bytesAsInts.length]; in bytes()
744 for (int i = 0; i < bytesAsInts.length; i++) { in bytes()
745 bytes[i] = (byte) bytesAsInts[i]; in bytes()
DCodedInputStreamTest.java134 private byte[] bytes(int... bytesAsInts) { in bytes() argument
135 byte[] bytes = new byte[bytesAsInts.length]; in bytes()
136 for (int i = 0; i < bytesAsInts.length; i++) { in bytes()
137 bytes[i] = (byte) bytesAsInts[i]; in bytes()
DTextFormatTest.java292 private ByteString bytes(int... bytesAsInts) { in bytes() argument
293 byte[] bytes = new byte[bytesAsInts.length]; in bytes()
294 for (int i = 0; i < bytesAsInts.length; i++) { in bytes()
295 bytes[i] = (byte) bytesAsInts[i]; in bytes()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs49 private static byte[] Bytes(params int[] bytesAsInts) in Bytes() argument
51 byte[] bytes = new byte[bytesAsInts.Length]; in Bytes()
52 for (int i = 0; i < bytesAsInts.Length; i++) in Bytes()
54 bytes[i] = (byte) bytesAsInts[i]; in Bytes()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs49 private static byte[] Bytes(params int[] bytesAsInts) in Bytes() argument
51 byte[] bytes = new byte[bytesAsInts.Length]; in Bytes()
52 for (int i = 0; i < bytesAsInts.Length; i++) in Bytes()
54 bytes[i] = (byte) bytesAsInts[i]; in Bytes()