HomeSort by relevance Sort by last modified time
    Searched refs:SetCascades (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/DataFormatters/
TypeFormat.h 76 SetCascades (bool value = true)
160 SetCascades (bool value)
162 m_flags.SetCascades(value);
TypeSummary.h 82 SetCascades (bool value = true)
254 SetCascades (bool value)
256 m_flags.SetCascades(value);
TypeSynthetic.h 128 SetCascades (bool value = true)
212 SetCascades (bool value)
214 m_flags.SetCascades(value);
  /external/lldb/source/DataFormatters/
FormatManager.cpp 519 stl_summary_flags.SetCascades(true)
558 stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences(false);
598 stl_summary_flags.SetCascades(true)
626 stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences(false);
670 string_flags.SetCascades(true)
681 lldb::TypeSummaryImplSP string_array_format(new StringSummaryFormat(TypeSummaryImpl::Flags().SetCascades(false)
    [all...]
  /external/lldb/source/Commands/
CommandObjectType.cpp 507 TypeFormatImpl::Flags().SetCascades(m_command_options.m_cascade).
928 m_flags.SetCascades(Args::StringToBoolean(option_arg, true, &success));
984 m_flags.Clear().SetCascades().SetDontShowChildren().SetDontShowValue(false);
    [all...]

Completed in 132 milliseconds