Home
last modified time | relevance | path

Searched refs:time_get_byname (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h762 class time_get_byname : public time_get<_CharT, _InIter> in _GLIBCXX_VISIBILITY()
770 time_get_byname(const char*, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
775 time_get_byname(const string& __s, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
776 : time_get_byname(__s.c_str(), __refs) { } in _GLIBCXX_VISIBILITY()
781 ~time_get_byname() { } in _GLIBCXX_VISIBILITY()
H A Dlocalefwd.h180 class time_get_byname; in _GLIBCXX_VISIBILITY() local
H A Dlocale_facets_nonio.tcc1360 extern template class time_get_byname<char>;
1435 extern template class time_get_byname<wchar_t>;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h800 class time_get_byname : public time_get<_CharT, _InIter> in _GLIBCXX_VISIBILITY()
808 time_get_byname(const char*, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
813 time_get_byname(const string& __s, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
814 : time_get_byname(__s.c_str(), __refs) { } in _GLIBCXX_VISIBILITY()
819 ~time_get_byname() { } in _GLIBCXX_VISIBILITY()
H A Dlocalefwd.h180 class time_get_byname; in _GLIBCXX_VISIBILITY() local
H A Dlocale_facets_nonio.tcc1690 extern template class time_get_byname<char>;
1765 extern template class time_get_byname<wchar_t>;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst.cc86 template class time_get_byname<C, istreambuf_iterator<C> >; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst.cc201 template class time_get_byname<C, istreambuf_iterator<C> >; variable
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp268 install(new time_get_byname<char>(name_)); in __imp()
269 install(new time_get_byname<wchar_t>(name_)); in __imp()
353 install(new time_get_byname<char>(name)); in __imp()
354 install(new time_get_byname<wchar_t>(name)); in __imp()
6298 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get_byname<char>; variable
6299 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get_byname<wchar_t>; variable
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlocale170 template <class charT, class InputIterator> class time_get_byname;
2434 class _LIBCPP_TEMPLATE_VIS time_get_byname
2445 explicit time_get_byname(const char* __nm, size_t __refs = 0)
2449 explicit time_get_byname(const string& __nm, size_t __refs = 0)
2455 ~time_get_byname() {}
2476 _LIBCPP_EXTERN_TEMPLATE_EVEN_IN_DEBUG_MODE(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_get_byname<c…
2477 _LIBCPP_EXTERN_TEMPLATE_EVEN_IN_DEBUG_MODE(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_get_byname<w…
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver621 # std::time_get_byname
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver633 # std::time_get_byname
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2014193 * include/bits/locale_facets_nonio.h (time_get, time_get_byname,
202 collate_byname, time_get, time_get_byname, moneypunct,
H A DChangeLog-20154716 * include/bits/locale_facets_nonio.h (time_get_byname,
H A DChangeLog-20002362 time_get_byname instantiations.
H A DChangeLog-2004716 time_get_byname, time_put_byname, moneypunct_byname,
H A DChangeLog-20075052 class time_get_byname, class time_put, class time_put_byname,