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

Declarations

tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
  164   bool SetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx, uint32_t idx,

References

tools/lldb/source/Core/Debugger.cpp
  499   return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  143     return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, timeout);