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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 23 MemoryByteArray::MemoryByteArray(int32_t length)
27 MemoryByteArray::MemoryByteArray(byte_t* b, int32_t filled_length)
32 MemoryByteArray::~MemoryByteArray() {
36 int32_t MemoryByteArray::CopyTo(OutputStream* os,
44 void MemoryByteArray::Init() {
51 void MemoryByteArray::InternalPut(int32_t index, byte_t b) {
56 int32_t MemoryByteArray::InternalPut(int32_t index
    [all...]
memory_byte_array.h 24 class MemoryByteArray : public ByteArray, public RefCounted<MemoryByteArray> {
26 // Construct a new MemoryByteArray with a new array of the size given. It is
28 explicit MemoryByteArray(int32_t length);
31 //explicit MemoryByteArray(ByteVector* b);
33 // Construct a new MemoryByteArray using byte array.
40 MemoryByteArray(byte_t* b, int32_t filled_length);
42 virtual ~MemoryByteArray();
  /external/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 23 MemoryByteArray::MemoryByteArray(int32_t length)
27 MemoryByteArray::MemoryByteArray(byte_t* b, int32_t filled_length)
32 MemoryByteArray::~MemoryByteArray() {
36 int32_t MemoryByteArray::CopyTo(OutputStream* os,
44 void MemoryByteArray::Init() {
51 void MemoryByteArray::InternalPut(int32_t index, byte_t b) {
56 int32_t MemoryByteArray::InternalPut(int32_t index
    [all...]
memory_byte_array.h 24 class MemoryByteArray : public ByteArray, public RefCounted<MemoryByteArray> {
26 // Construct a new MemoryByteArray with a new array of the size given. It is
28 explicit MemoryByteArray(int32_t length);
31 //explicit MemoryByteArray(ByteVector* b);
33 // Construct a new MemoryByteArray using byte array.
40 MemoryByteArray(byte_t* b, int32_t filled_length);
42 virtual ~MemoryByteArray();

Completed in 54 milliseconds