Searched refs:ptinstances (Results 1 – 1 of 1) sorted by relevance
2808 …TemplateInstances **ptinstances = (TemplateInstances **)dmd_aaGet((AA **)&instances, (void *)ti->t… in addInstance() local2809 if (!*ptinstances) in addInstance()2810 *ptinstances = new TemplateInstances(); in addInstance()2811 (*ptinstances)->push(ti); in addInstance()