Home
last modified time | relevance | path

Searched refs:custom_type (Results 1 – 5 of 5) sorted by relevance

/external/fmtlib/test/
Dscan.h62 custom_type enumerator
94 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()
Dformat561 return fmt::internal::custom_type;
682 case internal::custom_type:
/external/fmtlib/include/fmt/
Dcore.h708 custom_type
713 struct type_constant : std::integral_constant<type, custom_type> {};
1047 case internal::custom_type:
Dformat.h2610 internal::custom_type,
2950 internal::custom_type>> {
2997 case internal::custom_type:
/external/python/cpython3/Lib/test/
Dtest_argparse.py4307 def custom_type(string): member in TestHelpMetavarTypeFormatter
4313 Sig('-b', type=custom_type),