Home
last modified time | relevance | path

Searched refs:newStub (Results 1 – 1 of 1) sorted by relevance

/trunk/main/binaryurp/source/
H A Dbridge.cxx374 Stub newStub; in registerOutgoingInterface() local
375 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 13 milliseconds