Lines Matching refs:Pointer
30 EncodedBuffer::Pointer::Pointer() : Pointer(BUFFER_SIZE) in Pointer() function in android::util::EncodedBuffer::Pointer
34 EncodedBuffer::Pointer::Pointer(size_t chunkSize) in Pointer() function in android::util::EncodedBuffer::Pointer
42 EncodedBuffer::Pointer::pos() const in pos()
48 EncodedBuffer::Pointer::index() const in index()
54 EncodedBuffer::Pointer::offset() const in offset()
59 EncodedBuffer::Pointer*
60 EncodedBuffer::Pointer::move(size_t amt) in move()
68 EncodedBuffer::Pointer*
69 EncodedBuffer::Pointer::rewind() in rewind()
76 EncodedBuffer::Pointer
77 EncodedBuffer::Pointer::copy() const in copy()
79 Pointer p = Pointer(mChunkSize); in copy()
96 mWp = Pointer(mChunkSize); in EncodedBuffer()
97 mEp = Pointer(mChunkSize); in EncodedBuffer()
109 EncodedBuffer::at(const Pointer& p) const in at()
128 EncodedBuffer::Pointer*
275 EncodedBuffer::Pointer*
339 Pointer cp(mChunkSize); in copy()