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

/frameworks/compile/slang/
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 9 milliseconds