Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_func.h70 typedef RSExportRecordType::const_field_iterator const_param_iterator; typedef
72 inline const_param_iterator params_begin() const { in params_begin()
77 inline const_param_iterator params_end() const { in params_end()
Dslang_rs_export_foreach.h164 typedef RSExportRecordType::const_field_iterator const_param_iterator; typedef
166 inline const_param_iterator params_begin() const { in params_begin()
172 inline const_param_iterator params_end() const { in params_end()
Dslang_rs_reflection_cpp.cpp286 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(), in genForEachDeclarations()
339 for (RSExportForEach::const_param_iterator i = ef->params_begin(), in genExportForEachBodies()
714 for (RSExportFunc::const_param_iterator i = ef->params_begin(), in makeFunctionSignature()
Dslang_rs_reflection_state.cpp587 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in declareInvokable()
632 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in declareInvokable()
Dslang_rs_reflection.cpp915 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in genExportFunction()
1062 for (RSExportForEach::const_param_iterator I = EF->params_begin(), in genExportForEach()