Home
last modified time | relevance | path

Searched refs:stripRS (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_base.h67 std::string stripRS(const std::string &s) const;
Dslang_rs_reflection_base.cpp111 string RSReflectionBase::stripRS(const string &s) const { in stripRS() function in slang::RSReflectionBase
Dslang_rs_reflection_cpp.cpp127 mClassName = string("ScriptC_") + stripRS(InputFileName); in reflect()
331 << stripRS(mInputFileName) << "\", " << stripRS(mInputFileName).length() in makeImpl()