Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp2427 const unsigned char flagIndex = (unsigned char)entityValue; in XMLPrinter() local
2428 TIXMLASSERT( flagIndex < ENTITY_RANGE ); in XMLPrinter()
2429 _entityFlag[flagIndex] = true; in XMLPrinter()