Home
last modified time | relevance | path

Searched refs:const_param_iterator (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_func.h74 typedef RSExportRecordType::const_field_iterator const_param_iterator; typedef
76 inline const_param_iterator params_begin() const { in params_begin()
81 inline const_param_iterator params_end() const { in params_end()
Dslang_rs_export_foreach.h149 typedef RSExportRecordType::const_field_iterator const_param_iterator; typedef
151 inline const_param_iterator params_begin() const { in params_begin()
157 inline const_param_iterator params_end() const { in params_end()
Dslang_rs_reflection_cpp.cpp280 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(), in genForEachDeclarations()
404 for (RSExportForEach::const_param_iterator i = ef->params_begin(), in writeImplementationFile()
661 for (RSExportFunc::const_param_iterator i = ef->params_begin(), in makeFunctionSignature()
Dslang_rs_reflection.cpp620 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in genExportFunction()
722 for (RSExportForEach::const_param_iterator I = EF->params_begin(), in genExportForEach()