Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectCommands.cpp1152 const size_t first_separator_char_pos = 1; in AppendRegexSubstitution() local
1155 const char separator_char = regex_sed[first_separator_char_pos]; in AppendRegexSubstitution()
1156 …t size_t second_separator_char_pos = regex_sed.find (separator_char, first_separator_char_pos + 1); in AppendRegexSubstitution()
1162 (int)(regex_sed.size() - first_separator_char_pos - 1), in AppendRegexSubstitution()
1163 regex_sed.data() + (first_separator_char_pos + 1), in AppendRegexSubstitution()
1197 else if (first_separator_char_pos + 1 == second_separator_char_pos) in AppendRegexSubstitution()
1220 …std::string regex(regex_sed.substr(first_separator_char_pos + 1, second_separator_char_pos - first… in AppendRegexSubstitution()