Home
last modified time | relevance | path

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

/trunk/main/binaryurp/source/
H A Dbridge.cxx261 for (Stub::iterator j(i->second.begin()); j != i->second.end(); ++j) { in terminate()
374 Stub newStub; in registerOutgoingInterface()
375 Stub * stub = i == stubs_.end() ? &newStub : &i->second; in registerOutgoingInterface()
376 Stub::iterator j(stub->find(type)); in registerOutgoingInterface()
380 j = stub->insert(Stub::value_type(type, SubStub())).first; in registerOutgoingInterface()
382 i = stubs_.insert(Stubs::value_type(oid, Stub())).first; in registerOutgoingInterface()
417 Stub::iterator j(i->second.find(type)); in findStub()
447 Stub::iterator j(i->second.find(type)); in releaseStub()
H A Dbridge.hxx237 typedef std::map< com::sun::star::uno::TypeDescription, SubStub > Stub; typedef in binaryurp::Bridge
239 typedef std::map< rtl::OUString, Stub > Stubs;

Completed in 12 milliseconds