Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp2413 _compactMode( compact ), in XMLPrinter()
2729 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushComment()
2744 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushDeclaration()
2759 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushUnknown()
2787 const bool compactMode = parentElem ? CompactMode( *parentElem ) : _compactMode; in VisitEnter()
A Dtinyxml2.h2271 virtual bool CompactMode( const XMLElement& ) { return _compactMode; } in CompactMode()
2294 bool _compactMode; variable

Completed in 10 milliseconds