Home
last modified time | relevance | path

Searched refs:SetPropertyAtIndexAsSInt64 (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h204 SetPropertyAtIndexAsSInt64 (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value);
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp495 OptionValueProperties::SetPropertyAtIndexAsSInt64 (const ExecutionContext *exe_ctx, uint32_t idx, i… in SetPropertyAtIndexAsSInt64() function in OptionValueProperties
/external/lldb/source/Core/
DDebugger.cpp296 return m_collection_sp->SetPropertyAtIndexAsSInt64 (NULL, idx, term_width); in SetTerminalWidth()