Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h56 void SetSize(size_t n) { m_strings.resize(n); } in SetSize() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp281 lldb_matches.SetSize(max_return_elements); in HandleCompletionWithDescriptions()
282 lldb_descriptions.SetSize(max_return_elements); in HandleCompletionWithDescriptions()