Home
last modified time | relevance | path

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

/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx350 for (typelib_InterfaceTypeDescription const * type2 = type; in createVtables() local
351 type2 != 0; type2 = type2->pBaseTypeDescription) in createVtables()
358 type2, in createVtables()
359 baseOffset.getFunctionOffset(type2->aBase.pTypeName), in createVtables()
360 bridges::cpp_uno::shared::getLocalFunctions(type2), in createVtables()
/trunk/main/bridges/source/jni_uno/
H A Djni_info.h49 typelib_TypeDescriptionReference * type2 ) in type_equals() argument
51 if (type1 == type2) in type_equals()
56 ::rtl::OUString::unacquired( &type2->pTypeName ); in type_equals()
57 return ((type1->eTypeClass == type2->eTypeClass) && name1.equals( name2 )); in type_equals()
/trunk/main/idlc/source/
H A Dparser.y228 bool includes(AstDeclaration const * type1, AstDeclaration const * type2) {
229 OSL_ASSERT(type2 != 0);
234 if (inst->getTypeTemplate() == type2) {
240 if (includes(*i, type2)) {
244 } else if (type1 == type2) {

Completed in 43 milliseconds