Searched refs:HasStrings (Results 1 – 1 of 1) sorted by relevance
1379 bool HasStrings = false, HasInts = false; in writeVersionInfoValue() local1381 (Item.isInt() ? HasInts : HasStrings) = true; in writeVersionInfoValue()1383 assert((HasStrings || HasInts) && "VALUE must have at least one argument"); in writeVersionInfoValue()1384 if (HasStrings && HasInts) in writeVersionInfoValue()1391 writeInt<uint16_t>(HasStrings); in writeVersionInfoValue()1412 if (HasStrings) { in writeVersionInfoValue()