Home
last modified time | relevance | path

Searched refs:NoChildren (Results 1 – 4 of 4) sorted by relevance

/external/tinyxml2/
Dxmltest.cpp1789 XMLTest( "Document is initially empty", true, doc.NoChildren() ); in main()
1791 XMLTest( "Empty is empty after Clear()", true, doc.NoChildren() ); in main()
1794 XMLTest( "Document has something to Clear()", false, doc.NoChildren() ); in main()
1796 XMLTest( "Document Clear()'s", true, doc.NoChildren() ); in main()
Dtinyxml2.h758 bool NoChildren() const { in NoChildren() function
Dtinyxml2.cpp2485 TIXMLASSERT( NoChildren() ); // Clear() must have been called previously in Parse()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h695 bool NoChildren() const { return !firstChild; } in NoChildren() function