Searched refs:__cache_type (Results 1 – 6 of 6) sorted by relevance
288 __use_cache<__cache_type> __uc; in _M_extract_float()522 __use_cache<__cache_type> __uc; in _M_extract_int()524 const __cache_type* __lc = __uc(__loc); in _M_extract_int()738 __use_cache<__cache_type> __uc; in do_get()991 __use_cache<__cache_type> __uc; in _M_insert_int()993 const __cache_type* __lc = __uc(__loc); in _M_insert_int()1111 __use_cache<__cache_type> __uc; in _M_insert_float()1113 const __cache_type* __lc = __uc(__loc); in _M_insert_float()1235 __use_cache<__cache_type> __uc; in do_put()1345 __use_cache<__cache_type> __uc; in _M_extract()[all …]
1671 typedef __numpunct_cache<_CharT> __cache_type; typedef1674 __cache_type* _M_data;1699 numpunct(__cache_type* __cache, size_t __refs = 0)2876 typedef __timepunct_cache<_CharT> __cache_type; typedef2879 __cache_type* _M_data;2891 __timepunct(__cache_type* __cache, size_t __refs = 0);3624 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; typedef3627 __cache_type* _M_data;3656 moneypunct(__cache_type* __cache, size_t __refs = 0)
53 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct()
51 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct()
3666 money_put::_M_insert): Adjust the __cache_type typedef not to
5146 (class moneypunct): Tweak __cache_type typedef.