Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp2418 _compactMode( compact ), in XMLPrinter()
2736 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushComment()
2751 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushDeclaration()
2766 if ( _textDepth < 0 && !_firstElement && !_compactMode) { in PushUnknown()
2794 const bool compactMode = parentElem ? CompactMode( *parentElem ) : _compactMode; in VisitEnter()
Dtinyxml2.h2263 virtual bool CompactMode( const XMLElement& ) { return _compactMode; } in CompactMode()
2286 bool _compactMode; variable