Searched refs:custom_type (Results 1 – 5 of 5) sorted by relevance
62 custom_type enumerator94 template <typename T> scan_arg(T& value) : type(scan_type::custom_type) { in scan_arg()205 case scan_type::custom_type: in on_replacement_field()211 if (arg_.type != scan_type::custom_type) return begin; in on_format_specs()
561 return fmt::internal::custom_type;682 case internal::custom_type:
708 custom_type713 struct type_constant : std::integral_constant<type, custom_type> {};1047 case internal::custom_type:
2610 internal::custom_type,2950 internal::custom_type>> {2997 case internal::custom_type:
4307 def custom_type(string): member in TestHelpMetavarTypeFormatter4313 Sig('-b', type=custom_type),