Searched refs:InsertStringAtIndex (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h87 void InsertStringAtIndex(size_t idx, const std::string &str);
89 void InsertStringAtIndex(size_t idx, std::string &&str);
91 void InsertStringAtIndex(size_t id, const char *str);
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp124 void StringList::InsertStringAtIndex(size_t idx, const char *str) { function in class:StringList
133 void StringList::InsertStringAtIndex(size_t idx, const std::string &str) { function in class:StringList
140 void StringList::InsertStringAtIndex(size_t idx, std::string &&str) { function in class:StringList
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp277 lldb_matches.InsertStringAtIndex(0, "");
278 lldb_descriptions.InsertStringAtIndex(0, "");
298 lldb_matches.InsertStringAtIndex(0, common_prefix.c_str());
299 lldb_descriptions.InsertStringAtIndex(0, "");

Completed in 67 milliseconds