Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dtable.rs70 type ByteArray; typedef
73 fn write_to_bytes(self, b: &mut Self::ByteArray); in write_to_bytes()
79 type ByteArray = [u8; 4]; typedef
212 type ByteArray = [u8; 16]; typedef
228 type ByteArray = [u8; 8]; typedef
255 type ByteArray = [u8; 1]; typedef
270 type ByteArray = [u8; 1]; typedef
285 type ByteArray = [u8; 4]; typedef
303 type ByteArray = [u8; 4]; typedef
346 type ByteArray = [u8; 8]; typedef
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/
DByteArray.cs17 internal static class ByteArray class
/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DByteStrings.kt50 fun ByteArray.toByteString(): ByteString = ByteString.copyFrom(this) method
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DByteArray.java30 abstract class ByteArray<T extends ByteArray<T>> { class
47 protected ByteArray(int filledLength, int storageLength, boolean growable) { in ByteArray() method in ByteArray
59 protected ByteArray(int filledLength, int storageLength) { in ByteArray() method in ByteArray
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc183 ByteArray::ByteArray(int32_t filled_length, in ByteArray() function in sfntly::ByteArray
189 ByteArray::ByteArray(int32_t filled_length, int32_t storage_length) { in ByteArray() function in sfntly::ByteArray
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dbyte_array_test.cc143 TEST(ByteArray, All) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp249 GlobalVariable *ByteArray; member
632 auto ByteArray = in allocateByteArrays() local
669 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp171 ArrayRef<char> ByteArray(Bytes, ::SysStringByteLen(Value)); in DumpDIAValue() local
/third_party/rust/crates/serde/serde/src/private/
Dser.rs52 ByteArray, enumerator