Searched refs:func_iter (Results 1 – 2 of 2) sorted by relevance
83 func_iter = export_func_names.begin(), in Create() local84 func_end = export_func_names.end(); func_iter != func_end; in Create()85 func_iter++, idx++) { in Create()86 const char *name = *func_iter; in Create()
191 for (ExportFuncNameListTy::const_iterator func_iter = mExportFuncNames.begin(), in dump() local192 func_end = mExportFuncNames.end(); func_iter != func_end; func_iter++) { in dump()193 ALOGV("name: %s", *func_iter); in dump()