Home | History | Annotate | Download | only in file

Lines Matching refs:strings

29  * Strings list section of a {@code .dex} file.
37 private final TreeMap<CstString, StringIdItem> strings;
47 strings = new TreeMap<CstString, StringIdItem>();
53 return strings.values();
65 IndexedItem result = strings.get((CstString) cst);
82 int sz = strings.size();
129 StringIdItem already = strings.get(value);
135 strings.put(value, string);
163 StringIdItem s = strings.get(string);
177 for (StringIdItem s : strings.values()) {