Searched refs:genGetterAndSetter (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h116 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);
117 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
118 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
119 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
H A Dslang_rs_reflection_cpp.cpp508 genGetterAndSetter(static_cast<const RSExportPrimitiveType *>(ET), EV);
517 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV);
525 genGetterAndSetter(static_cast<const RSExportConstantArrayType *>(ET),
530 genGetterAndSetter(static_cast<const RSExportRecordType *>(ET), EV);
538 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, function in class:slang::RSReflectionCpp
606 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, function in class:slang::RSReflectionCpp
642 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT, function in class:slang::RSReflectionCpp
647 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT, function in class:slang::RSReflectionCpp

Completed in 101 milliseconds