Searched refs:genGetterAndSetter (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.h | 116 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);
|
D | slang_rs_reflection_cpp.cpp | 507 genGetterAndSetter(static_cast<const RSExportPrimitiveType *>(ET), EV); in genExportVariablesGetterAndSetter() 516 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV); in genExportVariablesGetterAndSetter() 524 genGetterAndSetter(static_cast<const RSExportConstantArrayType *>(ET), in genExportVariablesGetterAndSetter() 529 genGetterAndSetter(static_cast<const RSExportRecordType *>(ET), EV); in genExportVariablesGetterAndSetter() 537 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, in genGetterAndSetter() function in slang::RSReflectionCpp 605 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, in genGetterAndSetter() function in slang::RSReflectionCpp 641 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT, in genGetterAndSetter() function in slang::RSReflectionCpp 646 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT, in genGetterAndSetter() function in slang::RSReflectionCpp
|