Searched refs:IncompleteCount (Results 1 – 1 of 1) sorted by relevance
6421 unsigned IncompleteCount; // Number of Incomplete entries in the Map. member in __anona890a3f31011::TypeStringCache6424 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {}; in TypeStringCache()6529 ++IncompleteCount; in addIncomplete()6559 --IncompleteCount; in removeIncomplete()6593 if (E.State == Recursive && IncompleteCount) in lookupStr()