Home
last modified time | relevance | path

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

/trunk/main/rdbmaker/inc/codemaker/
H A Ddependency.hxx52 struct TypeUsing struct
54 TypeUsing(const ::rtl::OString& type, sal_uInt16 use) in TypeUsing() function
62 sal_Bool operator == (const TypeUsing & typeUsing) const in operator ==() argument
71 sal_Bool operator()(const TypeUsing& tuse1, const TypeUsing& tuse2) const in operator ()()
77 typedef ::std::set< TypeUsing, LessTypeUsing > TypeUsingSet;
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx62 TypeUsing typeUsing(depend, use); in insert()
66 (((TypeUsing *) &(*iter))->m_use) = (*iter).m_use | use; in insert()
73 TypeUsing typeUsing(depend, use); in insert()

Completed in 11 milliseconds