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