Home
last modified time | relevance | path

Searched defs:bytesAsInts (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DCodedOutputStreamTest.java56 private byte[] bytes(int... bytesAsInts) { in bytes()
DTextFormatTest.java236 private ByteString bytes(int... bytesAsInts) { in bytes()
DCodedInputStreamTest.java55 private byte[] bytes(int... bytesAsInts) { in bytes()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs47 private static byte[] Bytes(params int[] bytesAsInts) in Bytes()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs49 private static byte[] Bytes(params int[] bytesAsInts) in Bytes()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java277 private ByteString bytes(int... bytesAsInts) { in bytes()
DCodedInputStreamTest.java133 private byte[] bytes(int... bytesAsInts) { in bytes()