Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h312 bool SetTabSize(uint32_t tab_size);
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1504 void SetTabSize( int _tabsize ) { tabsize = _tabsize; } in SetTabSize() function
/external/llvm-project/lldb/source/Core/
DDebugger.cpp457 bool Debugger::SetTabSize(uint32_t tab_size) { in SetTabSize() function in Debugger