Home | History | Annotate | Download | only in mirror

Lines Matching full:new_iftable

522 inline void Class::SetIfTable(IfTable* new_iftable) {
523 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, iftable_), new_iftable);