Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DArgs.cpp40 m_args_quote_char() in Args()
50 m_args_quote_char() in Args()
66 m_args_quote_char(rhs.m_args_quote_char) in Args()
85 m_args_quote_char = rhs.m_args_quote_char; in operator =()
164 m_args_quote_char.clear(); in SetCommandString()
356 m_args_quote_char.push_back (first_quote_char); in SetCommandString()
370 … for (argv_pos = m_argv.begin(), args_pos = m_args.begin(), quotes_pos = m_args_quote_char.begin(); in UpdateArgsAfterOptionParsing()
391 quotes_pos = m_args_quote_char.erase (quotes_pos); in UpdateArgsAfterOptionParsing()
400 if (quotes_pos != m_args_quote_char.end()) in UpdateArgsAfterOptionParsing()
401 m_args_quote_char.erase (quotes_pos, m_args_quote_char.end()); in UpdateArgsAfterOptionParsing()
[all …]
/external/lldb/include/lldb/Interpreter/
DArgs.h456 arg_quote_char_collection m_args_quote_char; variable