Searched refs:type1 (Results 1 – 3 of 3) sorted by relevance
48 typelib_TypeDescriptionReference * type1, in type_equals() argument51 if (type1 == type2) in type_equals()54 ::rtl::OUString::unacquired( &type1->pTypeName ); in type_equals()57 return ((type1->eTypeClass == type2->eTypeClass) && name1.equals( name2 )); in type_equals()
228 bool includes(AstDeclaration const * type1, AstDeclaration const * type2) { in includes() argument230 if (type1 != 0) { in includes()231 if (type1->getNodeType() == NT_instantiated_struct) { in includes()233 = static_cast< AstStructInstance const * >(type1); in includes()244 } else if (type1 == type2) { in includes()
1358 DosName = "type1";