Searched defs:ByteArray (Results 1 – 4 of 4) sorted by relevance
40 internal static class ByteArray class
30 abstract class ByteArray<T extends ByteArray<T>> { class47 protected ByteArray(int filledLength, int storageLength, boolean growable) { in ByteArray() method in ByteArray59 protected ByteArray(int filledLength, int storageLength) { in ByteArray() method in ByteArray
183 ByteArray::ByteArray(int32_t filled_length, in ByteArray() function in sfntly::ByteArray189 ByteArray::ByteArray(int32_t filled_length, int32_t storage_length) { in ByteArray() function in sfntly::ByteArray
143 TEST(ByteArray, All) { in TEST() argument