Searched refs:newStub (Results 1 – 1 of 1) sorted by relevance
374 Stub newStub; in registerOutgoingInterface() local375 Stub * stub = i == stubs_.end() ? &newStub : &i->second; in registerOutgoingInterface()381 if (stub == &newStub) { in registerOutgoingInterface()383 std::swap(i->second, newStub); in registerOutgoingInterface()396 OSL_ASSERT(stub != &newStub); in registerOutgoingInterface()
Completed in 16 milliseconds