Searched refs:_M_formatted_get (Results 1 – 2 of 2) sorted by relevance
168 void _M_formatted_get(_CharT& __c);169 void _M_formatted_get(_CharT* __s);239 __in_str._M_formatted_get(__c);246 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));253 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));260 __in_str._M_formatted_get(__s);267 __in_str._M_formatted_get(__REINTERPRET_CAST(char*,__s));274 __in_str._M_formatted_get(__REINTERPRET_CAST(char*,__s));
530 void basic_istream<_CharT, _Traits>::_M_formatted_get(_CharT& __c) { in _M_formatted_get() function858 void basic_istream<_CharT, _Traits>::_M_formatted_get(_CharT* __s) { in _M_formatted_get() function