Searched defs:pivot (Results 1 – 2 of 2) sorted by relevance
81 size_t pivot = out_name->find('$'); in Unmangle() local
84 const auto pivot = std::partition(options_.begin(), options_.end(), [](const Option& opt) { in Parse() local