Searched refs:mExportFuncs (Results 1 – 2 of 2) sorted by relevance
101 ExportFuncList mExportFuncs; variable185 return mExportFuncs.begin(); in export_funcs_begin()188 return mExportFuncs.end(); in export_funcs_end()190 inline bool hasExportFunc() const { return !mExportFuncs.empty(); } in hasExportFunc()
117 mExportFuncs.push_back(EF); in processExportFunc()