Searched refs:OutstandingSymbolsCount (Results 1 – 4 of 4) sorted by relevance
735 --OutstandingSymbolsCount; in dropSymbol()740 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete()764 size_t OutstandingSymbolsCount; variable
363 OutstandingSymbolsCount = Symbols.size(); in AsynchronousSymbolQuery()376 --OutstandingSymbolsCount; in notifySymbolMetRequiredState()380 assert(OutstandingSymbolsCount == 0 && in handleComplete()392 OutstandingSymbolsCount == 0 && in handleFailed()418 OutstandingSymbolsCount = 0; in detach()
149 OutstandingSymbolsCount = Symbols.size(); in AsynchronousSymbolQuery()168 --OutstandingSymbolsCount; in notifySymbolMetRequiredState()172 assert(OutstandingSymbolsCount == 0 && in handleComplete()182 OutstandingSymbolsCount == 0 && in handleFailed()211 --OutstandingSymbolsCount; in dropSymbol()216 OutstandingSymbolsCount = 0; in detach()
816 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete()840 size_t OutstandingSymbolsCount; variable