Searched refs:formatter_sp (Results 1 – 3 of 3) sorted by relevance
100 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch() argument101 if (!formatter_sp) in IsMatch()103 if (formatter_sp->Cascades() == false && DidStripTypedef()) in IsMatch()105 if (formatter_sp->SkipsPointers() && DidStripPointer()) in IsMatch()107 if (formatter_sp->SkipsReferences() && DidStripReference()) in IsMatch()
1575 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local1583 return formatter_sp; in GetHardcodedSummaries()1590 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local1603 return formatter_sp; in GetHardcodedSummaries()1610 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local1622 return formatter_sp; in GetHardcodedSummaries()1641 static CXXSyntheticChildren::SharedPointer formatter_sp( in GetHardcodedSynthetics() local1652 return formatter_sp; in GetHardcodedSynthetics()1659 static CXXSyntheticChildren::SharedPointer formatter_sp( in GetHardcodedSynthetics() local1669 return formatter_sp; in GetHardcodedSynthetics()
2746 typename FormatterType::SharedPointer formatter_sp = in DoExecute() local2748 if (formatter_sp) { in DoExecute()2749 std::string description(formatter_sp->GetDescription()); in DoExecute()