Searched defs:StringSummaryFormat (Results 1 – 2 of 2) sorted by relevance
278 struct StringSummaryFormat : public TypeSummaryImpl { struct283 StringSummaryFormat(const TypeSummaryImpl::Flags &flags, const char *f); argument301 StringSummaryFormat(const StringSummaryFormat &) = delete; argument302 const StringSummaryFormat &operator=(const StringSummaryFormat &) = delete; argument
52 StringSummaryFormat::StringSummaryFormat(const TypeSummaryImpl::Flags &flags, in StringSummaryFormat() function in StringSummaryFormat