Searched refs:writeBoolTrue (Results 1 – 2 of 2) sorted by relevance
372 const char* XMLUtil::writeBoolTrue = "true"; member in tinyxml2::XMLUtil380 writeBoolTrue = (writeTrue) ? writeTrue : defTrue; in SetBoolSerialization()566 TIXML_SNPRINTF( buffer, bufferSize, "%s", v ? writeBoolTrue : writeBoolFalse); in ToStr()
638 static const char* writeBoolTrue;