Searched refs:time_put_byname (Results 1 – 4 of 4) sorted by relevance
39 typedef std::time_put_byname<char, output_iterator<char*> > F;
40 typedef std::time_put_byname<wchar_t, wchar_t*> F2;
259 install(new time_put_byname<char>(name_)); in __imp()260 install(new time_put_byname<wchar_t>(name_)); in __imp()338 install(new time_put_byname<char>(name)); in __imp()339 install(new time_put_byname<wchar_t>(name)); in __imp()6127 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<char>; variable6128 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_put_byname<wchar_t>; variable
163 template <class charT, class OutputIterator> class time_put_byname;2589 class _LIBCPP_TEMPLATE_VIS time_put_byname2594 explicit time_put_byname(const char* __nm, size_t __refs = 0)2598 explicit time_put_byname(const string& __nm, size_t __refs = 0)2603 ~time_put_byname() {}2606 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<char>)2607 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_put_byname<wchar_t>)