Home
last modified time | relevance | path

Searched refs:PrintList (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Dutils.h152 auto PrintList(const T& list, const std::string& separator = ", ") {
159 auto PrintList(const T& list, const std::string& separator, L&& transformer) { in PrintList() function
166 os << PrintList(list, ", ", std::forward<C>(transform)); in PrintCommaSeparatedList()
171 os << PrintList(list, ", "); in PrintCommaSeparatedList()
Dimplementation-visitor.cc604 param_name, " to have type ", PrintList(expected_types, " or "), in Visit()