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.cpp112 RSReflectionCpp::RSReflectionCpp(const RSContext *Context, function in class:slang::RSReflectionCpp
123 RSReflectionCpp::~RSReflectionCpp() {}
125 bool RSReflectionCpp::reflect() {
134 bool RSReflectionCpp::writeHeaderFile() {
177 void RSReflectionCpp::genTypeInstancesUsedInForEach() {
199 void RSReflectionCpp::genFieldsForAllocationTypeVerification() {
214 void RSReflectionCpp::genFieldsToStoreExportVariableValues() {
239 void RSReflectionCpp
[all...]

Completed in 33 milliseconds