Home | History | Annotate | Download | only in unittests

Lines Matching refs:Common

201   new_sym->setDesc(ResolveInfo::Common);
202 old_sym->setDesc(ResolveInfo::Common);
206 ASSERT_EQ( mcld::ResolveInfo::Common, new_sym->desc());
207 ASSERT_EQ( mcld::ResolveInfo::Common, old_sym->desc());
223 new_sym->setDesc(ResolveInfo::Common);
224 old_sym->setDesc(ResolveInfo::Common);
229 ASSERT_EQ( ResolveInfo::Common, new_sym->desc());
230 ASSERT_EQ( ResolveInfo::Common, old_sym->desc());
248 old_sym->setDesc(ResolveInfo::Common);
255 ASSERT_EQ( ResolveInfo::Common, old_sym->desc());
266 ASSERT_STREQ("definition of 'abc' is overriding common.", m_pResolver->mesg().c_str() );
323 sym->setDesc(ResolveInfo::Common);
335 ASSERT_EQ( ResolveInfo::Common, sym->desc() );