Searched refs:HasStrings (Results 1 – 1 of 1) sorted by relevance
1453 bool HasStrings = false, HasInts = false; in writeVersionInfoValue() local1455 (Item.isInt() ? HasInts : HasStrings) = true; in writeVersionInfoValue()1457 assert((HasStrings || HasInts) && "VALUE must have at least one argument"); in writeVersionInfoValue()1458 if (HasStrings && HasInts) in writeVersionInfoValue()1465 writeInt<uint16_t>(HasStrings); in writeVersionInfoValue()1486 if (HasStrings) { in writeVersionInfoValue()