Home | History | Annotate | Download | only in core

Lines Matching refs:fObj

35         char fObj[sizeof(T)];
57 SkTCast<T*>(node->fObj)->~T();
73 SkNEW_PLACEMENT_ARGS(node->fObj, T, (t));
75 return reinterpret_cast<T*>(node->fObj);
82 SkNEW_PLACEMENT_ARGS(node->fObj, T, (t));
84 return reinterpret_cast<T*>(node->fObj);
129 SkASSERT(reinterpret_cast<T*>(node->fObj) == t);
205 return reinterpret_cast<T*>(node->fObj);
250 SkTCast<T*>(node->fObj)->~T();
331 return node->fObj;
339 return node->fObj;