Searched refs:time_put_byname (Results 1 – 4 of 4) sorted by relevance
36 typedef std::time_put_byname<char, output_iterator<char*> > F;
40 typedef std::time_put_byname<wchar_t, wchar_t*> F2;
242 install(new time_put_byname<char>(name_)); in __imp()243 install(new time_put_byname<wchar_t>(name_)); in __imp()321 install(new time_put_byname<char>(name)); in __imp()322 install(new time_put_byname<wchar_t>(name)); in __imp()6115 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<char>; variable6116 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<wchar_t>; variable
163 template <class charT, class OutputIterator> class time_put_byname;2498 class _LIBCPP_TEMPLATE_VIS time_put_byname2503 explicit time_put_byname(const char* __nm, size_t __refs = 0)2507 explicit time_put_byname(const string& __nm, size_t __refs = 0)2512 ~time_put_byname() {}2515 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<char>)2516 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<wchar_t>)