Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp948 const size_t third_separator_char_pos = in AppendRegexSubstitution() local
951 if (third_separator_char_pos == std::string::npos) { in AppendRegexSubstitution()
961 if (third_separator_char_pos != regex_sed_size - 1) { in AppendRegexSubstitution()
964 third_separator_char_pos + 1) != in AppendRegexSubstitution()
969 (int)third_separator_char_pos + 1, regex_sed.data(), in AppendRegexSubstitution()
970 (int)(regex_sed.size() - third_separator_char_pos - 1), in AppendRegexSubstitution()
971 regex_sed.data() + (third_separator_char_pos + 1)); in AppendRegexSubstitution()
980 } else if (second_separator_char_pos + 1 == third_separator_char_pos) { in AppendRegexSubstitution()
994 third_separator_char_pos - second_separator_char_pos - 1))); in AppendRegexSubstitution()