Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DIOStreamMacros.h34 #define INDENT_WITH_SPACES(iword_idx) std::setfill(' ') << std::setw((iword_idx)) << "" argument
35 #define INDENT_WITH_TABS(iword_idx) std::setfill('\t') << std::setw((iword_idx)) << "" argument
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp57 #define INDENT_WITH_SPACES(iword_idx) std::setfill(' ') << std::setw((iword_idx)) << "" argument
58 #define INDENT_WITH_TABS(iword_idx) std::setfill('\t') << std::setw((iword_idx)) << "" argument