Lines Matching defs:underlying
52 _LIBCPP_HIDE_FROM_ABI constexpr formatter<_Tp, _CharT>& underlying() noexcept { return __underlying_; }
53 _LIBCPP_HIDE_FROM_ABI constexpr const formatter<_Tp, _CharT>& underlying() const noexcept { return __underlying_; }
76 // range-underlying-spec:
82 // processed by the underlying. For example {:-} for a range in invalid,
91 // However this test makes sure the underlying formatter left the parser in
103 // range-underlying-spec.
111 std::__throw_format_error("Type s and an underlying format specification can't be used together");
112 std::__throw_format_error("Type ?s and an underlying format specification can't be used together");
172 // copy of the underlying data. The basic_string_view formatter
250 "the underlying's parse function should not advance the input beyond the end of the input");