Searched refs:cmp_less (Results 1 – 1 of 1) sorted by relevance
1039 auto cmp_less = [this](const WasmExport& a, const WasmExport& b) { in DecodeExportSection() local1048 std::stable_sort(sorted_exports.begin(), sorted_exports.end(), cmp_less); in DecodeExportSection()1053 DCHECK(!cmp_less(*it, *last)); // Vector must be sorted. in DecodeExportSection()1054 if (!cmp_less(*last, *it)) { in DecodeExportSection()