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()
1388 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local1394 return formatter_sp; in GetHardcodedSummaries()1401 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local1414 return formatter_sp; in GetHardcodedSummaries()1421 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local1433 return formatter_sp; in GetHardcodedSummaries()1452 static CXXSyntheticChildren::SharedPointer formatter_sp( in GetHardcodedSynthetics() local1463 return formatter_sp; in GetHardcodedSynthetics()1470 static CXXSyntheticChildren::SharedPointer formatter_sp( in GetHardcodedSynthetics() local1480 return formatter_sp; in GetHardcodedSynthetics()
2858 typename FormatterType::SharedPointer formatter_sp = in DoExecute() local2860 if (formatter_sp) { in DoExecute()2861 std::string description(formatter_sp->GetDescription()); in DoExecute()