Lines Matching refs:FormatSpecifier
46 enum class FormatSpecifier : char { enum
71 FormatSpecifier::kArrow,
72 FormatSpecifier::kColor,
73 FormatSpecifier::kNumbers,
74 FormatSpecifier::kShort,
77 FormatSpecifier::kArrow, FormatSpecifier::kColor,
78 FormatSpecifier::kNumbers, FormatSpecifier::kLongLocation,
79 FormatSpecifier::kPrettyFunction, FormatSpecifier::kLongExpression,
80 FormatSpecifier::kMessage,
120 fmt::format_context& ctx, const std::vector<FormatSpecifier>& specifiers,
165 static_cast<cuttlefish::StackTraceEntry::FormatSpecifier>(*it));
178 std::vector<cuttlefish::StackTraceEntry::FormatSpecifier> fmt_specs_;
258 .push_back(static_cast<StackTraceEntry::FormatSpecifier>(*it));
274 std::vector<StackTraceEntry::FormatSpecifier> fmt_specs_;
275 std::vector<StackTraceEntry::FormatSpecifier> inner_fmt_specs_;