Home
last modified time | relevance | path

Searched refs:lastchild (Results 1 – 3 of 3) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DXMLElement.java50 private XMLElement lastchild; field in XMLElement
65 this.lastchild = null; in XMLElement()
101 if (lastchild != null) { in addChildElement()
102 lastchild.close(); in addChildElement()
105 lastchild = child; in addChildElement()
217 if (lastchild != null) { in text()
218 lastchild.close(); in text()
247 if (lastchild != null) { in close()
248 lastchild.close(); in close()
/external/python/cpython2/Modules/expat/
Dxmlparse.c210 int lastchild; member
6327 if (parent->lastchild) { in nextScaffoldPart()
6328 dtd->scaffold[parent->lastchild].nextsib = next; in nextScaffoldPart()
6332 parent->lastchild = next; in nextScaffoldPart()
6335 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0; in nextScaffoldPart()
/external/expat/lib/
Dxmlparse.c218 int lastchild; member
6373 if (parent->lastchild) { in nextScaffoldPart()
6374 dtd->scaffold[parent->lastchild].nextsib = next; in nextScaffoldPart()
6378 parent->lastchild = next; in nextScaffoldPart()
6381 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0; in nextScaffoldPart()