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

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java 19 * $Id: ChildIterator.java 468655 2006-10-28 07:12:06Z minchau $
35 public class ChildIterator extends LocPathIterator
40 * Create a ChildIterator object.
49 ChildIterator(Compiler compiler, int opPos, int analysis)
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 29 typedef ChildMap::const_iterator ChildIterator;
78 ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base);

Completed in 80 milliseconds