Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp2530 const unsigned char flagIndex = static_cast<unsigned char>(entityValue); in XMLPrinter() local
2531 TIXMLASSERT( flagIndex < ENTITY_RANGE ); in XMLPrinter()
2532 _entityFlag[flagIndex] = true; in XMLPrinter()