Searched defs:StringInputStream (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/aapt2/io/
H A DStringStream.cpp24 StringInputStream::StringInputStream(const StringPiece& str) : str_(str), offset_(0u) { function in class:aapt::io::StringInputStream
27 bool StringInputStream::Next(const void** data, size_t* size) {
38 void StringInputStream::BackUp(size_t count) {
46 size_t StringInputStream::ByteCount() const {
50 size_t StringInputStream::TotalSize() const {
H A DStringStream.h30 class StringInputStream : public KnownSizeInputStream { class in namespace:aapt::io
32 explicit StringInputStream(const android::StringPiece& str);
51 DISALLOW_COPY_AND_ASSIGN(StringInputStream);

Completed in 52 milliseconds