Searched refs:ExtractNondestructive (Results 1 – 3 of 3) sorted by relevance
146 std::vector<T> *ExtractNondestructive() const;156 void ExtractNondestructive(std::vector<T> *output) const;297 std::vector<T> *TopN<T, Cmp>::ExtractNondestructive() const { in ExtractNondestructive() function299 ExtractNondestructive(out); in ExtractNondestructive()304 void TopN<T, Cmp>::ExtractNondestructive(std::vector<T> *output) const { in ExtractNondestructive() function
144 std::vector<T> *ExtractNondestructive() const;154 void ExtractNondestructive(std::vector<T> *output) const;295 std::vector<T> *TopN<T, Cmp>::ExtractNondestructive() const { in ExtractNondestructive() function297 ExtractNondestructive(out); in ExtractNondestructive()302 void TopN<T, Cmp>::ExtractNondestructive(std::vector<T> *output) const { in ExtractNondestructive() function
217 std::vector<int> v = ConsumeRawPtr(top4.ExtractNondestructive()); in TEST()248 top.ExtractNondestructive(&v); in TEST()