OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEntryArray
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
StringPool.cpp
78
ssize_t eidx = pos >= 0 ?
mEntryArray
.itemAt(pos) : -1;
89
pos =
mEntryArray
.add(eidx);
155
return mSorted ? mValues.size() :
mEntryArray
.size();
161
return mEntries[
mEntryArray
[idx]];
163
return mEntries[
mEntryArray
[mValues.valueAt(idx)]];
380
entry& ent = mEntries.editItemAt(
mEntryArray
[i]);
384
mEntryArray
[i], ent.offset));
408
res >= 0 ? String8(mEntries[
mEntryArray
[res]].value).string() : String8()));
418
return &mEntries[
mEntryArray
[pos]].indices;
StringPool.h
136
Vector<size_t>
mEntryArray
;
138
//
mEntryArray
.
140
// Mapping from indices in
mEntryArray
to indices in mValues.
143
// the first index of
mEntryArray
where the value was added.
Completed in 29 milliseconds