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