Searched refs:TStructProperties (Results 1 – 2 of 2) sorted by relevance
71 struct TStructProperties : public angle::NonCopyable struct75 TStructProperties() {} in TStructProperties() function82 typedef std::map<TString, TStructProperties *> DefinedStructs; argument
325 mDefinedStructs.insert(std::make_pair(name, new TStructProperties())).first; in defineVariants()