Searched refs:tab_size (Results 1 – 4 of 4) sorted by relevance
124 int tab_size) = 0; // LLDB_INVALID_OFFSET means no change
175 int tab_size = io_handler.GetDebugger().GetTabSize(); in IOHandlerFixIndentation() local178 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()
350 bool SetTabSize(uint32_t tab_size);
529 bool Debugger::SetTabSize(uint32_t tab_size) { in SetTabSize() argument531 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size); in SetTabSize()