Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1109 closingType( 0 ), in XMLElement()
1318 closingType = CLOSED; in ParseAttributes()
1349 closingType = CLOSING; in ParseDeep()
1357 if ( !p || !*p || closingType ) in ParseDeep()
Dtinyxml2.h1010 int ClosingType() const { return closingType; } in ClosingType()
1026 int closingType; variable