Lines Matching refs:count
60 if (m_pImpl->m_dependencies.count(type) > 0) in insert()
87 if (m_pImpl->m_dependencies.count(type) > 0) in getDependencies()
100 if (m_pImpl->m_dependencies.count(type) > 0) in hasDependencies()
112 if (m_pImpl->m_generatedTypes.count(type) > 0) in setGenerated()
126 if (m_pImpl->m_generatedTypes.count(type) > 0 && in isGenerated()
138 sal_uInt32 count = reader.getFieldCount(); in checkFieldDependencies() local
140 if (count == 0 || reader.getTypeClass() == RT_TYPE_ENUM) in checkFieldDependencies()
144 for (sal_uInt16 i=0; i < count; i++) in checkFieldDependencies()
161 sal_uInt32 count = reader.getMethodCount(); in checkMethodDependencies() local
163 if (count == 0) in checkMethodDependencies()
170 for (sal_uInt16 i=0; i < count; i++) in checkMethodDependencies()
219 sal_uInt32 count = reader.getReferenceCount(); in checkReferenceDependencies() local
221 if (count == 0) in checkReferenceDependencies()
225 for (sal_uInt16 i=0; i < count; i++) in checkReferenceDependencies()