Searched refs:__time_get_temp (Results 1 – 1 of 1) sorted by relevance
4830 struct _LIBCPP_HIDDEN __time_get_temp : public ctype_byname<CharT> { struct4831 explicit __time_get_temp(const char* nm) : ctype_byname<CharT>(nm, 1) {} in __time_get_temp() function4832 explicit __time_get_temp(const string& nm) : ctype_byname<CharT>(nm, 1) {} in __time_get_temp() function4837 const __time_get_temp<char> ct(__nm); in __time_get_storage()4843 const __time_get_temp<char> ct(__nm); in __time_get_storage()4850 const __time_get_temp<wchar_t> ct(__nm); in __time_get_storage()4856 const __time_get_temp<wchar_t> ct(__nm); in __time_get_storage()