Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DStringList.cpp176 StringList::DeleteStringAtIndex (size_t idx) in DeleteStringAtIndex() function in StringList
227 DeleteStringAtIndex(idx); in RemoveBlankLines()
/external/lldb/include/lldb/Core/
DStringList.h70 DeleteStringAtIndex (size_t id);
/external/lldb/source/Commands/
DCommandObjectMultiword.cpp253 matches.DeleteStringAtIndex (0); in HandleCompletion()
282 matches.DeleteStringAtIndex(0); in HandleCompletion()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1906 matches.DeleteStringAtIndex(0); in HandleCompletionMatches()