Lines Matching defs:__nm
4839 __time_get_storage<char>::__time_get_storage(const char* __nm) : __time_get(__nm) {
4840 const __time_get_temp<char> ct(__nm);
4845 __time_get_storage<char>::__time_get_storage(const string& __nm) : __time_get(__nm) {
4846 const __time_get_temp<char> ct(__nm);
4852 __time_get_storage<wchar_t>::__time_get_storage(const char* __nm) : __time_get(__nm) {
4853 const __time_get_temp<wchar_t> ct(__nm);
4858 __time_get_storage<wchar_t>::__time_get_storage(const string& __nm) : __time_get(__nm) {
4859 const __time_get_temp<wchar_t> ct(__nm);