Home
last modified time | relevance | path

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

/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.java278 private ByteString bytes(int... bytesAsInts) { in bytes()
DCodedInputStreamTest.java133 private byte[] bytes(int... bytesAsInts) { in bytes()