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

References

tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
  120   StructuredData::DictionarySP
  121   WrapOptionsDict(StructuredData::DictionarySP options_dict_sp);
tools/lldb/include/lldb/Core/SearchFilter.h
  241   StructuredData::DictionarySP
  242   WrapOptionsDict(StructuredData::DictionarySP options_dict_sp);
  244   void SerializeFileSpecList(StructuredData::DictionarySP &options_dict_sp,
  396   void SerializeUnwrapped(StructuredData::DictionarySP &options_dict_sp);
tools/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
   45   const StructuredData::DictionarySP GetStructuredData() {
   55   StructuredData::DictionarySP m_dict_sp;
tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  192   virtual StructuredData::DictionarySP
  208   virtual StructuredData::DictionarySP
  275   virtual StructuredData::DictionarySP
tools/lldb/include/lldb/Utility/TraceOptions.h
   22   const StructuredData::DictionarySP &getTraceParams() const {
   32   void setTraceParams(const StructuredData::DictionarySP &dict_obj) {
   56   StructuredData::DictionarySP m_trace_params;
tools/lldb/source/API/SBTraceOptions.cpp
   50   const lldb_private::StructuredData::DictionarySP dict_obj =
tools/lldb/source/Breakpoint/Breakpoint.cpp
   76   StructuredData::DictionarySP breakpoint_dict_sp(
   78   StructuredData::DictionarySP breakpoint_contents_sp(
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
   40   StructuredData::DictionarySP options_dict_sp(
  363   StructuredData::DictionarySP options_dict_sp(
tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  151 StructuredData::DictionarySP BreakpointResolver::WrapOptionsDict(
  152     StructuredData::DictionarySP options_dict_sp) {
  156   StructuredData::DictionarySP type_dict_sp(new StructuredData::Dictionary());
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
   69   StructuredData::DictionarySP options_dict_sp(
tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
   97   StructuredData::DictionarySP options_dict_sp(
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
   78   StructuredData::DictionarySP options_dict_sp(
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  191   StructuredData::DictionarySP options_dict_sp(
tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
   93   StructuredData::DictionarySP options_dict_sp(
tools/lldb/source/Core/SearchFilter.cpp
  172 StructuredData::DictionarySP
  173 SearchFilter::WrapOptionsDict(StructuredData::DictionarySP options_dict_sp) {
  185     StructuredData::DictionarySP &options_dict_sp, OptionNames name,
  651     StructuredData::DictionarySP &options_dict_sp) {
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  128     StructuredData::DictionarySP dictionary =
  401     StructuredData::DictionarySP thread_info_dict =
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3340   StructuredData::DictionarySP custom_params = options.getTraceParams();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1178   StructuredData::DictionarySP custom_params = options.getTraceParams();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  345     StructuredData::DictionarySP target_definition_sp(
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  737 StructuredData::DictionarySP
  739   StructuredData::DictionarySP result(new StructuredData::Dictionary);
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  581   StructuredData::DictionarySP CreateStructuredDictionary() const;
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 1585 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_RegisterInfo(
 1782 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_CreateThread(
 2035 StructuredData::DictionarySP ScriptInterpreterPythonImpl::GetDynamicSettings(
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
  121   StructuredData::DictionarySP
  131   StructuredData::DictionarySP
  139   StructuredData::DictionarySP
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  569   StructuredData::DictionarySP BuildConfigurationData(bool enabled) {
  570     StructuredData::DictionarySP config_sp(new StructuredData::Dictionary());
tools/lldb/source/Target/ThreadSpec.cpp
   56   StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary());
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  374   StructuredData::DictionarySP custom_params =