Searched refs:mTypesToCheck (Results 1 – 4 of 4) sorted by relevance
69 std::set<std::string> mTypesToCheck; variable75 mTypesToCheck.clear(); in clear()
209 for (std::set<std::string>::iterator I = mTypesToCheck.begin(), in genFieldsForAllocationTypeVerification()210 E = mTypesToCheck.end(); in genFieldsForAllocationTypeVerification()473 for (std::set<std::string>::iterator I = mTypesToCheck.begin(), in writeImplementationFile()474 E = mTypesToCheck.end(); in writeImplementationFile()909 mTypesToCheck.insert(TypeName); in genTypeInstance()
130 std::set<std::string> mTypesToCheck; variable
717 for (std::set<std::string>::iterator I = mTypesToCheck.begin(), in genScriptClassConstructor()718 E = mTypesToCheck.end(); in genScriptClassConstructor()3107 if (mTypesToCheck.find(TypeName) == mTypesToCheck.end()) { in addTypeNameForElement()3108 mTypesToCheck.insert(TypeName); in addTypeNameForElement()