Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DByteArray.cs40 internal static class ByteArray class
/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/flutter/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/flutter/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/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dbyte_array_test.cc143 TEST(ByteArray, All) { in TEST() argument
/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