Searched refs:sorted_exports (Results 1 – 1 of 1) sorted by relevance
1037 std::vector<WasmExport> sorted_exports(module_->export_table); in DecodeExportSection() local1048 std::stable_sort(sorted_exports.begin(), sorted_exports.end(), cmp_less); in DecodeExportSection()1050 auto it = sorted_exports.begin(); in DecodeExportSection()1052 for (auto end = sorted_exports.end(); it != end; last = &*it++) { in DecodeExportSection()