Lines Matching refs:bridges

48 	bridges::cpp_uno::shared::CppInterfaceProxy * pThis,  in cpp2uno_call()
68 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp2uno_call()
74 if (!bridges::cpp_uno::shared::isSmallStruct(pReturnTypeDescr)) { in cpp2uno_call()
82 pUnoReturn = (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp2uno_call()
110 && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp2uno_call()
141 else if (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp2uno_call()
249 bridges::cpp_uno::shared::CppInterfaceProxy * pCppI in cpp_vtable_call()
250 = bridges::cpp_uno::shared::CppInterfaceProxy::castInterfaceToProxy( in cpp_vtable_call()
374 if (!bridges::cpp_uno::shared::isSimpleType(returnTypeClass) && in codeSnippet()
375 !bridges::cpp_uno::shared::isSmallStruct(returnTypeDescr)) { in codeSnippet()
394 if (bridges::cpp_uno::shared::isSmallStruct(returnTypeDescr)) { in codeSnippet()
440 struct bridges::cpp_uno::shared::VtableFactory::Slot { void * fn; };
442 bridges::cpp_uno::shared::VtableFactory::Slot *
443 bridges::cpp_uno::shared::VtableFactory::mapBlockToVtable(void * block) in mapBlockToVtable()
448 sal_Size bridges::cpp_uno::shared::VtableFactory::getBlockSize( in getBlockSize()
454 bridges::cpp_uno::shared::VtableFactory::Slot *
455 bridges::cpp_uno::shared::VtableFactory::initializeBlock( in initializeBlock()
464 unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions( in addLocalFunctions()
512 void bridges::cpp_uno::shared::VtableFactory::flushCode( in flushCode()