Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1536 _closingType( OPEN ), in XMLElement()
1933 _closingType = CLOSED; in ParseAttributes()
2010 _closingType = CLOSING; in ParseDeep()
2020 if ( !p || !*p || _closingType != OPEN ) { in ParseDeep()
Dtinyxml2.h1667 return _closingType; in ClosingType()
1687 ElementClosingType _closingType; variable