Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp747 _document( doc ), in XMLNode()
811 TIXMLASSERT( child->_document == _document ); in Unlink()
835 TIXMLASSERT( node->_document == _document ); in DeleteChild()
848 if ( addThis->_document != _document ) { in InsertEndChild()
878 if ( addThis->_document != _document ) { in InsertFirstChild()
909 if ( addThis->_document != _document ) { in InsertAfterChild()
1012 if (_document->Error()) in ParseDeep()
1114 TIXMLASSERT( insertThis->_document == _document ); in InsertChildPreamble()
1171 doc = _document; in ShallowClone()
1220 doc = _document; in ShallowClone()
[all …]
A Dtinyxml2.h679 TIXMLASSERT( _document ); in GetDocument()
680 return _document; in GetDocument()
684 TIXMLASSERT( _document ); in GetDocument()
685 return _document; in GetDocument()
951 XMLDocument* _document; variable
1677 TIXMLASSERT( this == _document ); in ToDocument()
1681 TIXMLASSERT( this == _document ); in ToDocument()
1914 this->_document = document; in DepthTracker()
1918 _document->PopDepth(); in ~DepthTracker()
1921 XMLDocument * _document;

Completed in 16 milliseconds