Searched refs:StructTypeSP (Results 1 – 2 of 2) sorted by relevance
212 typedef de::SharedPtr<StructType> StructTypeSP; typedef230 std::vector<StructTypeSP> m_structs;
213 m_structs.push_back(StructTypeSP(new StructType(name))); in allocStruct()223 bool operator() (const StructTypeSP type) const in operator ()()231 for (std::vector<StructTypeSP>::const_iterator i = m_structs.begin(); i != m_structs.end(); i++) in getNamedStructs()