Searched refs:PrintList (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/torque/ |
D | utils.h | 152 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()
|
D | implementation-visitor.cc | 604 param_name, " to have type ", PrintList(expected_types, " or "), in Visit()
|