Searched refs:_M_init (Results 1 – 5 of 5) sorted by relevance
62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }83 void _M_init(streambuf_type* __p) { in _M_init() function107 { this->_M_init(_M_get_istreambuf(__is)); } in istreambuf_iterator()
162 { _M_init(); } in ctype_byname()164 void _M_init();
376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc) in __sum_storage_elem()381 if (!_M_init) { in _M_Init()383 _STLP_MUTABLE(_Self, _M_init) = true; in _M_Init()406 mutable bool _M_init;
461 void _M_init(__true_type const& /*_IsBasicCharType*/) {464 void _M_init(__false_type const& /*_IsBasicCharType*/) {}474 _M_init(_IsBasicCharType());
52 _M_init(); in ctype_byname()55 void ctype_byname<char>::_M_init() { in _M_init() function in ctype_byname