Searched refs:PendingMethodIDs (Results 1 – 2 of 2) sorted by relevance
101 this->PendingMethodIDs[MR] = {Start, Allocated}; in modifyPassConfig()115 auto I = PendingMethodIDs.find(MR); in notifyEmitted()116 if (I == PendingMethodIDs.end()) in notifyEmitted()120 PendingMethodIDs.erase(I); in notifyEmitted()129 PendingMethodIDs.erase(&MR); in notifyFailed()
56 PendingMethodIDs; variable