Home
last modified time | relevance | path

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

/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc116 return current_split.data() == other.current_split.data(); in operator ==()
128 return current_split; in operator *()
133 return &current_split; in operator ->()
196 current_split = StringSplit::EmptySubstringAtEnd(rest_of_string); in UpdateValues()
211 current_split = rest_of_string; in UpdateValues()
220 current_split = rest_of_string.substr(/*pos*/0, pos); in UpdateValues()
232 os << "current_split:\"" << current_split << "\","; in PrintToStream()
252 std::string_view current_split; member