Searched refs:catchesAll (Results 1 – 3 of 3) sorted by relevance
49 bool catchesAll; member58 pIterator->catchesAll = false; in dexCatchIteratorClear()71 pIterator->catchesAll = true; in dexCatchIteratorInitToPointer()74 pIterator->catchesAll = false; in dexCatchIteratorInitToPointer()92 if (! pIterator->catchesAll) { in dexCatchIteratorNext()96 pIterator->catchesAll = false; in dexCatchIteratorNext()
151 boolean catchesAll = list.catchesAll(); in encode()156 if (catchesAll) { in encode()171 if (catchesAll) { in encode()
83 if ((i == (size - 1)) && catchesAll()) { in toHuman()103 public boolean catchesAll() { in catchesAll() method in CatchHandlerList