Home
last modified time | relevance | path

Searched defs:ByteArray (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DAutoGrowArray.java51 public static class ByteArray { class in AutoGrowArray
59 public ByteArray() { in ByteArray() method in AutoGrowArray.ByteArray
66 public ByteArray(@IntRange(from = 0) int initialCapacity) { in ByteArray() method in AutoGrowArray.ByteArray
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DByteArray.cs40 internal static class ByteArray class