Searched refs:mExportFuncs (Results 1 – 2 of 2) sorted by relevance
100 ExportFuncList mExportFuncs; variable181 return mExportFuncs.begin(); in export_funcs_begin()184 return mExportFuncs.end(); in export_funcs_end()186 inline bool hasExportFunc() const { return !mExportFuncs.empty(); } in hasExportFunc()
136 mExportFuncs.push_back(EF); in processExportFunc()