Home | History | Annotate | Download | only in unittests

Lines Matching refs:Common

204   new_sym->setDesc(ResolveInfo::Common);
205 old_sym->setDesc(ResolveInfo::Common);
209 ASSERT_TRUE( mcld::ResolveInfo::Common == new_sym->desc());
210 ASSERT_TRUE( mcld::ResolveInfo::Common == old_sym->desc());
226 new_sym->setDesc(ResolveInfo::Common);
227 old_sym->setDesc(ResolveInfo::Common);
232 ASSERT_TRUE( ResolveInfo::Common == new_sym->desc());
233 ASSERT_TRUE( ResolveInfo::Common == old_sym->desc());
251 old_sym->setDesc(ResolveInfo::Common);
258 ASSERT_TRUE( ResolveInfo::Common == old_sym->desc());
323 sym->setDesc(ResolveInfo::Common);
335 ASSERT_TRUE( ResolveInfo::Common == sym->desc() );