Searched defs:str_it (Results 1 – 3 of 3) sorted by relevance
137 std::vector<string>::const_iterator& str_it, in unflatten_rec()188 std::vector<std::string>::const_iterator str_it = desc.strings.begin(); in unflatten() local
135 for (auto str_it = std::reverse_iterator<StrIt>(str + length); in BuildSLPartition() local