Searched refs:NoChildren (Results 1 – 5 of 5) sorted by relevance
1601 XMLTest( "Document is initially empty", true, doc.NoChildren() ); in main()1603 XMLTest( "Empty is empty after Clear()", true, doc.NoChildren() ); in main()1606 XMLTest( "Document has something to Clear()", false, doc.NoChildren() ); in main()1608 XMLTest( "Document Clear()'s", true, doc.NoChildren() ); in main()
757 bool NoChildren() const { in NoChildren() function
2382 TIXMLASSERT( NoChildren() ); // Clear() must have been called previously in Parse()
634 bool NoChildren() const { return !firstChild; } in NoChildren() function
695 bool NoChildren() const { return !firstChild; } in NoChildren() function