Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp2521 _compactMode( compact ), in XMLPrinter()
2855 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushComment()
2870 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushDeclaration()
2885 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushUnknown()
2913 const bool compactMode = parentElem ? CompactMode( *parentElem ) : _compactMode; in VisitEnter()
Dtinyxml2.h2319 virtual bool CompactMode( const XMLElement& ) { return _compactMode; } in CompactMode()
2342 bool _compactMode; variable