HomeSort by relevance Sort by last modified time
    Searched defs:curr_entry (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
TwoKeyHashMap.java 399 private Entry<E, K, V> curr_entry; field in class:TwoKeyHashMap.EntryIteratorImpl
410 if (curr_entry != null) {
411 curr_entry = curr_entry.next;
413 if (curr_entry == null) {
418 curr_entry = arr[curr];
421 return found = (curr_entry != null);
434 returned_entry = curr_entry;
435 return (Map.Entry<String, V>) curr_entry;
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 359 int curr_entry; member in struct:ext2_extent_info
    [all...]

Completed in 44 milliseconds