Home
last modified time | relevance | path

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

/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc167 it.rest_of_string = StringSplit::EmptySubstringAtEnd(whole); in MakeBegin()
177 it.rest_of_string = whole; in MakeBegin()
196 current_split = StringSplit::EmptySubstringAtEnd(rest_of_string); in UpdateValues()
207 size_t pos = rest_of_string.find_first_of(separator); in UpdateValues()
211 current_split = rest_of_string; in UpdateValues()
213 rest_of_string = rest_of_string.substr(/*pos*/0, /*count*/0); // = "" in UpdateValues()
220 current_split = rest_of_string.substr(/*pos*/0, pos); in UpdateValues()
224 rest_of_string = rest_of_string.substr(pos + separator.size()); in UpdateValues()
233 os << "rest_of_string:\"" << rest_of_string << "\","; in PrintToStream()
253 std::string_view rest_of_string; member