Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DArgs.cpp137 char quote_char = GetArgumentQuoteCharAtIndex(i); in GetQuotedCommandString() local
200 char quote_char = '\0'; in SetCommandString() local
471 Args::Unshift (const char *arg_cstr, char quote_char) in Unshift()
498 Args::AppendArgument (const char *arg_cstr, char quote_char) in AppendArgument()
504 Args::InsertArgumentAtIndex (size_t idx, const char *arg_cstr, char quote_char) in InsertArgumentAtIndex()
529 Args::ReplaceArgumentAtIndex (size_t idx, const char *arg_cstr, char quote_char) in ReplaceArgumentAtIndex()
DOptionValueDictionary.cpp135 const char quote_char = key.front(); in SetArgs() local
DCommandInterpreter.cpp1227 …tCommand (std::string &command_string, std::string &command, std::string &suffix, char &quote_char) in ExtractCommand()
1617 char quote_char = '\0'; in HandleCommand() local
2044 char quote_char = parsed_line.GetArgumentQuoteCharAtIndex(cursor_index); in HandleCompletion() local
/external/dbus/dbus/
Ddbus-shell.c47 char quote_char; in unquote_string_inplace() local
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/serializer/
Dhtmlserializer.py77 quote_char = '"' variable in HTMLSerializer
/external/libchrome/base/strings/
Dstring_tokenizer.h220 char_type quote_char; member
/external/dbus/bus/
Dsignals.c558 char quote_char; in find_value() local