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

  /external/lldb/source/DataFormatters/
TypeSynthetic.cpp 68 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, ValueObject &backend) :
88 ScriptedSyntheticChildren::FrontEnd::~FrontEnd()
93 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex (size_t idx)
102 ScriptedSyntheticChildren::GetDescription()
FormatManager.cpp 235 lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyntheticForType(type_sp).get());
504 ScriptedSyntheticChildren::Flags flags,
561 SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags,
564 SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags,
567 SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags,
637 SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags,
    [all...]
TypeCategory.cpp 74 ScriptedSyntheticChildren::SharedPointer synth;
194 ScriptedSyntheticChildren::SharedPointer synth;
  /external/lldb/source/API/
SBTypeSynthetic.cpp 33 return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, data, "")));
41 return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, "", data)));
200 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren(m_opaque_sp->GetOptions(),
SBTypeCategory.cpp 236 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
288 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
SBValue.cpp 653 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
    [all...]
  /external/lldb/include/lldb/DataFormatters/
TypeCategory.h 35 typedef FormatNavigator<ConstString, ScriptedSyntheticChildren> SynthNavigator;
36 typedef FormatNavigator<lldb::RegularExpressionSP, ScriptedSyntheticChildren> RegexSynthNavigator;
223 friend class FormatNavigator<ConstString, ScriptedSyntheticChildren>;
224 friend class FormatNavigator<lldb::RegularExpressionSP, ScriptedSyntheticChildren>;
TypeSynthetic.h 472 class ScriptedSyntheticChildren : public SyntheticChildren
478 ScriptedSyntheticChildren (const SyntheticChildren::Flags& flags,
589 DISALLOW_COPY_AND_ASSIGN(ScriptedSyntheticChildren);
  /external/lldb/include/lldb/
lldb-forward.h 209 class ScriptedSyntheticChildren;
363 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren> ScriptedSyntheticChildrenSP;
  /external/lldb/source/Commands/
CommandObjectType.cpp     [all...]

Completed in 923 milliseconds