Home
last modified time | relevance | path

Searched refs:typeUsing (Results 1 – 2 of 2) sorted by relevance

/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx62 TypeUsing typeUsing(depend, use); in insert() local
64 … if ((iter = m_pImpl->m_dependencies[type].find(typeUsing)) != m_pImpl->m_dependencies[type].end()) in insert()
69 m_pImpl->m_dependencies[type].insert(typeUsing); in insert()
73 TypeUsing typeUsing(depend, use); in insert() local
75 tmpSet.insert(typeUsing); in insert()
/trunk/main/rdbmaker/inc/codemaker/
H A Ddependency.hxx62 sal_Bool operator == (const TypeUsing & typeUsing) const in operator ==()
65 return m_type == typeUsing.m_type && m_use == typeUsing.m_use; in operator ==()

Completed in 18 milliseconds