Home | History | Annotate | Download | only in aapt

Lines Matching refs:offset

42         entry() : offset(0) { }
43 entry(const String16& _value) : value(_value), offset(0) { }
44 entry(const entry& o) : value(o.value), offset(o.offset), indices(o.indices) { }
47 size_t offset;
57 entry_style() : offset(0) { }
59 entry_style(const entry_style& o) : offset(o.offset), spans(o.spans) { }
61 size_t offset;
110 * Find out an offset in the pool for a particular string. If the string
114 * multiple times in the pool, the first offset will be returned. Returns