Searched defs:toVector (Results 1 – 2 of 2) sorted by relevance
26 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
24 std::vector<T> toVector(T const (&array)[N]) { in toVector() function