Searched refs:mTypesToCheck (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_base.cpp206 if (mTypesToCheck.find(TypeName) == mTypesToCheck.end()) {
207 mTypesToCheck.insert(TypeName);
H A Dslang_rs_reflection_base.h43 std::set<std::string> mTypesToCheck; member in class:slang::RSReflectionBase
H A Dslang_rs_reflection_cpp.h48 mTypesToCheck.clear();
H A Dslang_rs_reflection_cpp.cpp195 for (std::set<std::string>::iterator I = mTypesToCheck.begin(),
196 E = mTypesToCheck.end();
326 for (std::set<std::string>::iterator I = mTypesToCheck.begin(),
327 E = mTypesToCheck.end();
H A Dslang_rs_reflection.h108 std::set<std::string> mTypesToCheck; member in class:slang::RSReflection::Context
H A Dslang_rs_reflection.cpp406 for (std::set<std::string>::iterator I = C.mTypesToCheck.begin(),
407 E = C.mTypesToCheck.end();
2298 if (mTypesToCheck.find(TypeName) == mTypesToCheck.end()) {
2299 mTypesToCheck.insert(TypeName);

Completed in 126 milliseconds