HomeSort by relevance Sort by last modified time
    Searched defs:RSReflectionCpp (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 29 class RSReflectionCpp {
31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,
34 virtual ~RSReflectionCpp();
135 }; // class RSReflectionCpp
slang_rs_reflection_cpp.cpp 113 RSReflectionCpp::RSReflectionCpp(const RSContext *Context,
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::genForEachDeclarations()
    [all...]

Completed in 158 milliseconds