Searched refs:StructTypeSP (Results 1 – 8 of 8) sorted by relevance
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()
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()