Lines Matching refs:Pointer
29 EncodedBuffer::Pointer::Pointer() : Pointer(BUFFER_SIZE) in Pointer() function in android::util::EncodedBuffer::Pointer
33 EncodedBuffer::Pointer::Pointer(size_t chunkSize) in Pointer() function in android::util::EncodedBuffer::Pointer
41 EncodedBuffer::Pointer::pos() const in pos()
47 EncodedBuffer::Pointer::index() const in index()
53 EncodedBuffer::Pointer::offset() const in offset()
58 EncodedBuffer::Pointer*
59 EncodedBuffer::Pointer::move(size_t amt) in move()
67 EncodedBuffer::Pointer*
68 EncodedBuffer::Pointer::rewind() in rewind()
75 EncodedBuffer::Pointer
76 EncodedBuffer::Pointer::copy() const in copy()
78 Pointer p = Pointer(mChunkSize); in copy()
93 mWp = Pointer(mChunkSize); in EncodedBuffer()
94 mEp = Pointer(mChunkSize); in EncodedBuffer()
106 EncodedBuffer::at(const Pointer& p) const in at()
125 EncodedBuffer::Pointer*
212 EncodedBuffer::Pointer*
276 Pointer cp(mChunkSize); in copy()
310 EncodedBuffer::Pointer*