Home | History | Annotate | Download | only in ubo

Lines Matching full:structtype

64 class StructType;
73 explicit VarType (const StructType* structPtr);
86 const StructType& getStruct (void) const { return *m_data.structPtr; }
110 const StructType* structPtr;
140 class StructType
146 StructType (const std::string& typeName) : m_typeName(typeName) {}
147 ~StructType (void) {}
212 typedef de::SharedPtr<StructType> StructTypeSP;
221 StructType& allocStruct (const std::string& name);
222 void getNamedStructs (std::vector<const StructType*>& structs) const;