Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs47 private static byte[] Bytes(params int[] bytesAsInts) in Bytes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java59 private byte[] bytes(int... bytesAsInts) { in bytes()
DTextFormatTest.java257 private ByteString bytes(int... bytesAsInts) { in bytes()