Home
last modified time | relevance | path

Searched refs:_closingType (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp1499 _closingType( OPEN ), in XMLElement()
1863 _closingType = CLOSED; in ParseAttributes()
1907 _closingType = CLOSING; in ParseDeep()
1917 if ( !p || !*p || _closingType != OPEN ) { in ParseDeep()
Dtinyxml2.h1614 return _closingType; in ClosingType()
1634 ElementClosingType _closingType; variable