Searched refs:IncompleteCount (Results 1 – 1 of 1) sorted by relevance
10150 unsigned IncompleteCount; // Number of Incomplete entries in the Map. member in __anon8ad051811b11::TypeStringCache10153 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache()10267 ++IncompleteCount; in addIncomplete()10297 --IncompleteCount; in removeIncomplete()10331 if (E.State == Recursive && IncompleteCount) in lookupStr()