Searched refs:__cache (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h197 template<typename _Value, bool __cache>
200 _Node_iterator_base(_Hash_node<_Value, __cache>* __p)
207 _Hash_node<_Value, __cache>* _M_cur;
210 template<typename _Value, bool __cache>
212 operator==(const _Node_iterator_base<_Value, __cache>& __x,
213 const _Node_iterator_base<_Value, __cache>& __y)
216 template<typename _Value, bool __cache>
218 operator!=(const _Node_iterator_base<_Value, __cache>& __x,
219 const _Node_iterator_base<_Value, __cache>& __y)
222 template<typename _Value, bool __constant_iterators, bool __cache>
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dtime_members.h53 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) argument
54 : facet(__refs), _M_data(__cache)
/freebsd-10.0-release/contrib/libstdc++/config/locale/gnu/
H A Dtime_members.h51 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) argument
52 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(NULL),
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dlocale.cc390 _M_install_cache(const facet* __cache, size_t __index) argument
396 delete __cache;
400 __cache->_M_add_reference();
401 _M_caches[__index] = __cache;
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h1699 numpunct(__cache_type* __cache, size_t __refs = 0) argument
1700 : facet(__refs), _M_data(__cache)
2891 __timepunct(__cache_type* __cache, size_t __refs = 0);
3656 moneypunct(__cache_type* __cache, size_t __refs = 0) argument
3657 : facet(__refs), _M_data(__cache)

Completed in 124 milliseconds