Searched defs:__parser (Results 1 – 2 of 2) sorted by relevance
570 _LIBCPP_HIDE_FROM_ABI constexpr void __process_display_type_bool_string(__parser<_CharT>& __parser)… in __process_display_type_bool_string() argument585 _LIBCPP_HIDE_FROM_ABI constexpr void __process_display_type_char(__parser<_CharT>& __parser) { in __process_display_type_char() argument590 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_bool(__parser<_CharT>& __parser) { in __process_parsed_bool() argument611 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_char(__parser<_CharT>& __parser) { in __process_parsed_char() argument632 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_integer(__parser<_CharT>& __parser) { in __process_parsed_integer() argument653 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_floating_point(__parser<_CharT>& __parser) { in __process_parsed_floating_point() argument
483 def __call__(self, __parser, namespace, values, __option_string): argument