HomeSort by relevance Sort by last modified time
    Searched refs:numchildren (Results 1 - 3 of 3) sorted by null

  /external/expat/lib/
expat.h 120 numchildren will contain number of elements that may be mixed in
125 the numchildren field will be zero and children will be NULL. The
129 numchildren and children will point, recursively, to an array
141 unsigned int numchildren; member in struct:XML_cp
    [all...]
xmlparse.c     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 189 ScopeMatcher(Matcher *const *children, unsigned numchildren)
190 : Matcher(Scope), Children(children, children+numchildren) {
    [all...]

Completed in 163 milliseconds