Home
last modified time | relevance | path

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

/reactos/sdk/tools/xml2sdb/
H A Dtinyxml2.cpp2112 _compactMode( compact ) in XMLPrinter()
2374 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushComment()
2386 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushDeclaration()
2398 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushUnknown()
2423 const bool compactMode = parentElem ? CompactMode( *parentElem ) : _compactMode; in VisitEnter()
H A Dtinyxml2.h2063 virtual bool CompactMode( const XMLElement& ) { return _compactMode; } in CompactMode()
2083 bool _compactMode; variable