Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp931 const size_t first_separator_char_pos = 1; in AppendRegexSubstitution() local
934 const char separator_char = regex_sed[first_separator_char_pos]; in AppendRegexSubstitution()
936 regex_sed.find(separator_char, first_separator_char_pos + 1); in AppendRegexSubstitution()
942 (int)(regex_sed.size() - first_separator_char_pos - 1), in AppendRegexSubstitution()
943 regex_sed.data() + (first_separator_char_pos + 1), in AppendRegexSubstitution()
974 } else if (first_separator_char_pos + 1 == second_separator_char_pos) { in AppendRegexSubstitution()
990 first_separator_char_pos + 1, in AppendRegexSubstitution()
991 second_separator_char_pos - first_separator_char_pos - 1))); in AppendRegexSubstitution()