Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DByteArray.cs40 internal static class ByteArray class
/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/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