Searched defs:RSReflectionCpp (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h29 class RSReflectionCpp { class in namespace:slang
31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,
34 virtual ~RSReflectionCpp();
135 }; // class RSReflectionCpp
H A Dslang_rs_reflection_cpp.cpp113 RSReflectionCpp::RSReflectionCpp(const RSContext *Context, function in class:slang::RSReflectionCpp
124 RSReflectionCpp::~RSReflectionCpp() {}
126 bool RSReflectionCpp::reflect() {
135 bool RSReflectionCpp::writeHeaderFile() {
178 void RSReflectionCpp::genTypeInstancesUsedInForEach() {
200 void RSReflectionCpp::genFieldsForAllocationTypeVerification() {
215 void RSReflectionCpp::genFieldsToStoreExportVariableValues() {
240 void RSReflectionCpp
[all...]

Completed in 331 milliseconds