Searched refs:vtables (Results 1 – 4 of 4) sorted by relevance
227 Vtables vtables; in getVtables() local229 vtables.count = static_cast< sal_Int32 >(blocks.size()); in getVtables()231 new Block[vtables.count]); in getVtables()232 vtables.blocks = guardedBlocks.get(); in getVtables()233 for (sal_Int32 j = 0; j < vtables.count; ++j) { in getVtables()234 vtables.blocks[j] = blocks[j]; in getVtables()236 i = m_map.insert(Map::value_type(name, vtables)).first; in getVtables()
132 pProxy->vtables[i] = VtableFactory::mapBlockToVtable( in create()187 &pProxy->vtables); in castProxyToInterface()196 &reinterpret_cast< CppInterfaceProxy const * >(base)->vtables) - base; in castInterfaceToProxy()
39 $(SLO)$/vtables.obj
94 VtableFactory::Slot * vtables[1]; member in bridges::cpp_uno::shared::CppInterfaceProxy
Completed in 27 milliseconds