Searched defs:BufferWithExtendableBuffer (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dbuffer_with_extendable_buffer.h34 class BufferWithExtendableBuffer { class in namespace:latinime
38 BufferWithExtendableBuffer(const ReadWriteByteArrayView originalBuffer, function in class:latinime::BufferWithExtendableBuffer
44 BufferWithExtendableBuffer(const int maxAdditionalBufferSize) function in class:latinime::BufferWithExtendableBuffer
104 bool copy(const BufferWithExtendableBuffer *const sourceBuffer);
107 DISALLOW_COPY_AND_ASSIGN(BufferWithExtendableBuffer);

Completed in 7896 milliseconds