Searched refs:sharedSkeleton (Results 1 – 2 of 2) sorted by relevance
56 Skeleton* sharedSkeleton; //!< 共有するスケルトンです。 member60 : sharedSkeleton(NULL) in Description()141 Builder& SharedSkeleton(Skeleton* sharedSkeleton) in SharedSkeleton() argument143 m_Description.sharedSkeleton = sharedSkeleton; in SharedSkeleton()217 if (m_Description.sharedSkeleton == NULL) in GetMemorySizeInternal()
50 if (m_Description.sharedSkeleton != NULL) in Create()53 skeleton.Reset(m_Description.sharedSkeleton, false); in Create()