HomeSort by relevance Sort by last modified time
    Searched defs:synth_sp (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/DataFormatters/
FormatManager.cpp 253 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); local
254 if (filter_sp->GetRevision() > synth_sp->GetRevision())
257 return lldb::SyntheticChildrenSP(synth_sp.get());
507 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator));
509 category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())), synth_sp); local
511 category_sp->GetSyntheticNavigator()->Add(type_name,synth_sp);
    [all...]
  /external/lldb/source/API/
SBValue.cpp 653 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); local
654 synthetic.SetSP(synth_sp);
    [all...]

Completed in 80 milliseconds