Lines Matching refs:facet
72 class facet; in _GLIBCXX_VISIBILITY() local
76 friend class facet; in _GLIBCXX_VISIBILITY() local
340 class locale::facet in _GLIBCXX_VISIBILITY()
372 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) in _GLIBCXX_VISIBILITY()
377 ~facet(); in _GLIBCXX_VISIBILITY()
420 facet(const facet&); // Not defined. in _GLIBCXX_VISIBILITY()
422 facet& in _GLIBCXX_VISIBILITY()
423 operator=(const facet&); // Not defined. in _GLIBCXX_VISIBILITY()
482 friend class locale::facet; in _GLIBCXX_VISIBILITY()
498 const facet** _M_facets; in _GLIBCXX_VISIBILITY()
500 const facet** _M_caches; in _GLIBCXX_VISIBILITY()
561 _M_install_facet(const locale::id*, const facet*); in _GLIBCXX_VISIBILITY()
569 _M_install_cache(const facet*, size_t); in _GLIBCXX_VISIBILITY()
586 class collate : public locale::facet in _GLIBCXX_VISIBILITY()
614 : facet(__refs), _M_c_locale_collate(_S_get_c_locale()) in _GLIBCXX_VISIBILITY()
628 : facet(__refs), _M_c_locale_collate(_S_clone_c_locale(__cloc)) in _GLIBCXX_VISIBILITY()