Home
last modified time | relevance | path

Searched refs:mTypesToCheck (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h69 std::set<std::string> mTypesToCheck; variable
75 mTypesToCheck.clear(); in clear()
Dslang_rs_reflection_cpp.cpp209 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()
Dslang_rs_reflection.h130 std::set<std::string> mTypesToCheck; variable
Dslang_rs_reflection.cpp717 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()