Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp2526 _restrictedEntityFlag[i] = false; in XMLPrinter()
2534 _restrictedEntityFlag[static_cast<unsigned char>('&')] = true; in XMLPrinter()
2535 _restrictedEntityFlag[static_cast<unsigned char>('<')] = true; in XMLPrinter()
2536_restrictedEntityFlag[static_cast<unsigned char>('>')] = true; // not required, but consistency is… in XMLPrinter()
2603 const bool* flag = restricted ? _restrictedEntityFlag : _entityFlag; in PrintString()
Dtinyxml2.h2349 bool _restrictedEntityFlag[ENTITY_RANGE]; variable