Searched defs:ByteArray (Results 1 – 9 of 9) sorted by relevance
70 type ByteArray; typedef73 fn write_to_bytes(self, b: &mut Self::ByteArray); in write_to_bytes()79 type ByteArray = [u8; 4]; typedef212 type ByteArray = [u8; 16]; typedef228 type ByteArray = [u8; 8]; typedef255 type ByteArray = [u8; 1]; typedef270 type ByteArray = [u8; 1]; typedef285 type ByteArray = [u8; 4]; typedef303 type ByteArray = [u8; 4]; typedef346 type ByteArray = [u8; 8]; typedef[all …]
17 internal static class ByteArray class
50 fun ByteArray.toByteString(): ByteString = ByteString.copyFrom(this) method
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
249 GlobalVariable *ByteArray; member632 auto ByteArray = in allocateByteArrays() local669 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local
171 ArrayRef<char> ByteArray(Bytes, ::SysStringByteLen(Value)); in DumpDIAValue() local
52 ByteArray, enumerator