[go: nahoru, domu]

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();
152 }; // class RSReflectionCpp
H A Dslang_rs_reflection_cpp.cpp119 RSReflectionCpp::RSReflectionCpp(const RSContext *Context, function in class:slang::RSReflectionCpp
130 RSReflectionCpp::~RSReflectionCpp() {}
132 bool RSReflectionCpp::reflect() {
141 bool RSReflectionCpp::writeHeaderFile() {
184 void RSReflectionCpp::genTypeInstancesUsedInForEach() {
205 void RSReflectionCpp::genFieldsForAllocationTypeVerification() {
220 void RSReflectionCpp::genFieldsToStoreExportVariableValues() {
245 void RSReflectionCpp
[all...]

Completed in 64 milliseconds