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) {230 if (type1 != 0) {231 if (type1->getNodeType() == NT_instantiated_struct) {233 = static_cast< AstStructInstance const * >(type1);244 } else if (type1 == type2) {
1358 DosName = "type1";
Completed in 41 milliseconds