reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectApropos.cpp
   54       m_interpreter.FindCommandsForApropos(search_word, commands_found,
   57       if (commands_found.GetSize() == 0) {
   63         if (commands_found.GetSize() > 0) {
   66           const size_t max_len = commands_found.GetMaxStringLength();
   68           for (size_t i = 0; i < commands_found.GetSize(); ++i)
   70                 result.GetOutputStream(), commands_found.GetStringAtIndex(i),