Home | History | Annotate | Download | only in SparseCore

Lines Matching defs:obj

204         TPlainObjectType* obj = reinterpret_cast<TPlainObjectType*>(m_object_bytes);
205 obj->~TPlainObjectType();
216 TPlainObjectType* obj = reinterpret_cast<TPlainObjectType*>(m_object_bytes);
217 ::new (obj) TPlainObjectType(expr);
219 Base::construct(*obj);
230 TPlainObjectType* obj = reinterpret_cast<TPlainObjectType*>(m_object_bytes);
231 ::new (obj) TPlainObjectType(expr);
233 Base::construct(*obj);
322 TPlainObjectType* obj = reinterpret_cast<TPlainObjectType*>(m_object_bytes);
323 obj->~TPlainObjectType();
338 TPlainObjectType* obj = reinterpret_cast<TPlainObjectType*>(m_object_bytes);
339 ::new (obj) TPlainObjectType(expr);
341 Base::construct(*obj);