HomeSort by relevance Sort by last modified time
    Searched defs:GrowableMemoryByteArray (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc 26 GrowableMemoryByteArray::GrowableMemoryByteArray()
32 GrowableMemoryByteArray::~GrowableMemoryByteArray() {}
34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os,
42 void GrowableMemoryByteArray::InternalPut(int32_t index, byte_t b) {
49 int32_t GrowableMemoryByteArray::InternalPut(int32_t index,
62 byte_t GrowableMemoryByteArray::InternalGet(int32_t index) {
66 int32_t GrowableMemoryByteArray::InternalGet(int32_t index,
74 void GrowableMemoryByteArray::Close()
    [all...]
growable_memory_byte_array.h 26 class GrowableMemoryByteArray : public ByteArray,
27 public RefCounted<GrowableMemoryByteArray> {
29 GrowableMemoryByteArray();
30 virtual ~GrowableMemoryByteArray();
  /external/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc 26 GrowableMemoryByteArray::GrowableMemoryByteArray()
32 GrowableMemoryByteArray::~GrowableMemoryByteArray() {}
34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os,
42 void GrowableMemoryByteArray::InternalPut(int32_t index, byte_t b) {
49 int32_t GrowableMemoryByteArray::InternalPut(int32_t index,
62 byte_t GrowableMemoryByteArray::InternalGet(int32_t index) {
66 int32_t GrowableMemoryByteArray::InternalGet(int32_t index,
74 void GrowableMemoryByteArray::Close()
    [all...]
growable_memory_byte_array.h 26 class GrowableMemoryByteArray : public ByteArray,
27 public RefCounted<GrowableMemoryByteArray> {
29 GrowableMemoryByteArray();
30 virtual ~GrowableMemoryByteArray();

Completed in 483 milliseconds