Home
last modified time | relevance | path

Searched defs:quote_char (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DArgs.cpp291 void Args::Unshift(llvm::StringRef arg_str, char quote_char) { in Unshift()
320 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { in AppendArgument()
325 char quote_char) { in InsertArgumentAtIndex()
336 char quote_char) { in ReplaceArgumentAtIndex()
598 char quote_char) { in EscapeLLDBCommandArgument()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueDictionary.cpp139 const char quote_char = key.front(); in SetArgs() local
232 llvm::StringRef key, quote_char; in GetSubValue() local
DCommandInterpreter.cpp1362 std::string &suffix, char &quote_char) { in ExtractCommand()
3101 char quote_char = '\0'; in ResolveCommandImpl() local
/external/libchrome/base/strings/
Dstring_tokenizer.h218 char_type quote_char; member
/external/python/cpython3/Parser/pegen/
Dparse_string.c552 char quote_char = 0; in fstring_find_expr() local
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp300 char quote_char = request.GetParsedArg().GetQuoteChar(); in HandleCompletionWithDescriptions() local
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCocoa.cpp723 const char quote_char = '"'; in NSURLSummaryProvider() local
/external/python/cpython2/Lib/test/
Dtest_urllib2.py1128 def test_basic_auth(self, quote_char='"'): argument
/external/python/cpython3/Python/
Dast.c4922 char quote_char = 0; in fstring_find_expr() local