entryList 404 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc if (wallet_.entryList(folder_name, &entries)) { entryList 455 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc EXPECT_TRUE(wallet_.entryList(folder, &entries)); entryList 141 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java private List<Entry> entryList; entryList 155 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java this.entryList = Collections.emptyList(); entryList 180 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return entryList.size(); entryList 185 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return entryList.get(index); entryList 202 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return entryList.size() + overflowEntries.size(); entryList 230 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return entryList.get(index).getValue(); entryList 241 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return entryList.get(index).setValue(value); entryList 250 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java if (entryList.size() == maxArraySize) { entryList 252 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final Entry lastEntryInArray = entryList.remove(maxArraySize - 1); entryList 256 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java entryList.add(insertionPoint, new Entry(key, value)); entryList 263 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java if (!entryList.isEmpty()) { entryList 264 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java entryList.clear(); entryList 297 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final V removed = entryList.remove(index).getValue(); entryList 303 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java entryList.add(new Entry(iterator.next())); entryList 316 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java int right = entryList.size() - 1; entryList 322 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java int cmp = key.compareTo(entryList.get(right).getKey()); entryList 332 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java int cmp = key.compareTo(entryList.get(mid).getKey()); entryList 390 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java if (entryList.isEmpty() && !(entryList instanceof ArrayList)) { entryList 391 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java entryList = new ArrayList<Entry>(maxArraySize); entryList 540 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return (pos + 1) < entryList.size() || entryList 549 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java if (++pos < entryList.size()) { entryList 550 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return entryList.get(pos); entryList 563 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java if (pos < entryList.size()) {