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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h133 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);
134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
135 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
136 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
H A Dslang_rs_reflection_cpp.cpp519 genGetterAndSetter(static_cast<const RSExportPrimitiveType *>(ET), EV);
528 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV);
536 genGetterAndSetter(static_cast<const RSExportConstantArrayType *>(ET),
541 genGetterAndSetter(static_cast<const RSExportRecordType *>(ET), EV);
549 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, function in class:slang::RSReflectionCpp
617 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, function in class:slang::RSReflectionCpp
676 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT, function in class:slang::RSReflectionCpp
697 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT, function in class:slang::RSReflectionCpp

Completed in 73 milliseconds