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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 133 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);
slang_rs_reflection_cpp.cpp 521 genGetterAndSetter(static_cast<const RSExportPrimitiveType *>(ET), EV);
530 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV);
538 genGetterAndSetter(static_cast<const RSExportConstantArrayType *>(ET),
543 genGetterAndSetter(static_cast<const RSExportRecordType *>(ET), EV);
551 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT,
619 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT,
678 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT,
699 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT,
    [all...]

Completed in 229 milliseconds