Searched refs:swSort (Results 1 – 1 of 1) sorted by relevance
2379 std::vector<std::unique_ptr<WideString>> swSort; in getArray() local2381 swSort.push_back(pdfium::MakeUnique<WideString>(pFormField->GetFullName())); in getArray()2384 std::sort(swSort.begin(), swSort.end(), in getArray()2390 for (const auto& pStr : swSort) { in getArray()