Searched defs:as (Results 1 – 2 of 2) sorted by relevance
63 std::vector<T> Append(std::vector<T> as, const std::vector<T>& bs) { in Append()69 std::vector<T> Append(std::vector<T>&& as, std::vector<T>&& bs) { in Append()
72 std::vector<std::string> Intersect(const std::vector<std::string>& as, in Intersect()