Lines Matching refs:Alloc

3912 template <class CharT, class Traits, class Duration, class Alloc>
3915 fields<Duration>& fds, std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
4147 template <class CharT, class Traits, class Duration2, class Alloc>
4152 std::basic_string<CharT, Traits, Alloc>* abbrev, std::chrono::minutes* offset);
4388 template <class CharT, class Traits, class Alloc, std::size_t N>
4390 std::basic_string<CharT, Traits, Alloc>
4391 operator+(std::basic_string<CharT, Traits, Alloc> x, const string_literal<CharT, N>& y)
6287 template <class CharT, class Traits, class Alloc, class Streamable>
6289 format(const std::locale& loc, const std::basic_string<CharT, Traits, Alloc>& fmt,
6292 std::basic_string<CharT, Traits, Alloc>{})
6294 std::basic_ostringstream<CharT, Traits, Alloc> os;
6301 template <class CharT, class Traits, class Alloc, class Streamable>
6303 format(const std::basic_string<CharT, Traits, Alloc>& fmt, const Streamable& tp)
6305 std::basic_string<CharT, Traits, Alloc>{})
6307 std::basic_ostringstream<CharT, Traits, Alloc> os;
6577 template <class CharT, class Traits, class Duration, class Alloc = std::allocator<CharT>>
6580 fields<Duration>& fds, std::basic_string<CharT, Traits, Alloc>* abbrev,
6638 std::basic_string<CharT, Traits, Alloc> temp_abbrev; // Z *
7593 std::basic_string<CharT, Traits, Alloc> buf;
7915 template <class CharT, class Traits, class Alloc = std::allocator<CharT>>
7918 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
7931 template <class CharT, class Traits, class Alloc = std::allocator<CharT>>
7934 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
7947 template <class CharT, class Traits, class Alloc = std::allocator<CharT>>
7950 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
7963 template <class CharT, class Traits, class Alloc = std::allocator<CharT>>
7966 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
7979 template <class CharT, class Traits, class Alloc = std::allocator<CharT>>
7982 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
7995 template <class CharT, class Traits, class Alloc = std::allocator<CharT>>
7998 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
8011 template <class CharT, class Traits, class Alloc = std::allocator<CharT>>
8014 year_month_day& ymd, std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
8027 template <class Duration, class CharT, class Traits, class Alloc = std::allocator<CharT>>
8030 sys_time<Duration>& tp, std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
8047 template <class Duration, class CharT, class Traits, class Alloc = std::allocator<CharT>>
8050 local_time<Duration>& tp, std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
8065 template <class Rep, class Period, class CharT, class Traits, class Alloc = std::allocator<CharT>>
8069 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
8085 class Alloc = std::allocator<CharT>>
8088 const std::basic_string<CharT, Traits, Alloc> format_;
8090 std::basic_string<CharT, Traits, Alloc>* abbrev_;
8094 parse_manip(std::basic_string<CharT, Traits, Alloc> format, Parsable& tp,
8095 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
8105 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
8114 std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
8124 template <class Parsable, class CharT, class Traits, class Alloc>
8127 const parse_manip<Parsable, CharT, Traits, Alloc>& x)
8132 template <class Parsable, class CharT, class Traits, class Alloc>
8135 parse(const std::basic_string<CharT, Traits, Alloc>& format, Parsable& tp)
8138 parse_manip<Parsable, CharT, Traits, Alloc>{format, tp})
8143 template <class Parsable, class CharT, class Traits, class Alloc>
8146 parse(const std::basic_string<CharT, Traits, Alloc>& format, Parsable& tp,
8147 std::basic_string<CharT, Traits, Alloc>& abbrev)
8150 parse_manip<Parsable, CharT, Traits, Alloc>{format, tp, &abbrev})
8155 template <class Parsable, class CharT, class Traits, class Alloc>
8158 parse(const std::basic_string<CharT, Traits, Alloc>& format, Parsable& tp,
8162 std::declval<std::basic_string<CharT, Traits, Alloc>*>(),
8164 parse_manip<Parsable, CharT, Traits, Alloc>{format, tp, nullptr, &offset})
8169 template <class Parsable, class CharT, class Traits, class Alloc>
8172 parse(const std::basic_string<CharT, Traits, Alloc>& format, Parsable& tp,
8173 std::basic_string<CharT, Traits, Alloc>& abbrev, std::chrono::minutes& offset)
8176 parse_manip<Parsable, CharT, Traits, Alloc>{format, tp, &abbrev, &offset})
8193 template <class Parsable, class CharT, class Traits, class Alloc>
8196 parse(const CharT* format, Parsable& tp, std::basic_string<CharT, Traits, Alloc>& abbrev)
8199 parse_manip<Parsable, CharT, Traits, Alloc>{format, tp, &abbrev})
8215 template <class Parsable, class CharT, class Traits, class Alloc>
8219 std::basic_string<CharT, Traits, Alloc>& abbrev, std::chrono::minutes& offset)
8222 parse_manip<Parsable, CharT, Traits, Alloc>{format, tp, &abbrev, &offset})