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 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);
slang_rs_reflection_cpp.cpp 508 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,
606 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT,
642 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT,
647 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT,
    [all...]

Completed in 353 milliseconds