Searched refs:TypeUsingSet (Results 1 – 6 of 6) sorted by relevance
77 typedef ::std::set< TypeUsing, LessTypeUsing > TypeUsingSet; typedef84 TypeUsingSet, 102 TypeUsingSet, 149 TypeUsingSet getDependencies(const ::rtl::OString& type);
63 TypeUsingSet::iterator iter; in insert()74 TypeUsingSet tmpSet; in insert()83 TypeUsingSet TypeDependency::getDependencies(const OString& type) in getDependencies()93 return TypeUsingSet(); in getDependencies()
68 TypeUsingSet usingSet(typeDependencies.getDependencies(typeName)); in produceDependedTypes()70 TypeUsingSet::const_iterator iter = usingSet.begin(); in produceDependedTypes()
119 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()121 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDependedTypes()217 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()219 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDepIncludes()
96 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()98 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDependedTypes()314 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()316 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDepIncludes()
225 TypeUsingSet usingSet(m_dependencies.getDependencies(m_typeName)); in dumpDependedTypes()227 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDependedTypes()360 TypeUsingSet usingSet(m_dependencies.getDependencies(typeName)); in dumpDepIncludes()362 TypeUsingSet::const_iterator iter = usingSet.begin(); in dumpDepIncludes()
Completed in 92 milliseconds