Home
last modified time | relevance | path

Searched refs:list_view (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/tool/pps/
H A Dpps_config.cc58 std::string_view list_view = list; in split() local
59 while (!list_view.empty()) { in split()
60 size_t pos = list_view.find(separator); in split()
62 ret.push_back(list_view); in split()
65 ret.push_back(list_view.substr(0, pos)); in split()
66 list_view = list_view.substr(pos + separator.length(), list_view.length()); in split()

Completed in 1 milliseconds