Searched refs:StructTypeSP (Results 1 – 4 of 4) sorted by relevance
226 typedef de::SharedPtr<StructType> StructTypeSP; typedef245 std::vector<StructTypeSP> m_structs;
253 m_structs.push_back(StructTypeSP(new StructType(name))); in allocStruct()263 bool operator() (const StructTypeSP type) const in operator ()()271 for (std::vector<StructTypeSP>::const_iterator i = m_structs.begin(); i != m_structs.end(); i++) in getNamedStructs()
227 typedef de::SharedPtr<StructType> StructTypeSP; typedef246 std::vector<StructTypeSP> m_structs;
219 m_structs.push_back(StructTypeSP(new StructType(name))); in allocStruct()229 bool operator() (const StructTypeSP type) const in operator ()()237 for (std::vector<StructTypeSP>::const_iterator i = m_structs.begin(); i != m_structs.end(); i++) in getNamedStructs()