Searched defs:_M_init (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_istreambuf_iterator.h62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
83 void _M_init(streambuf_type* __p) { function in class:istreambuf_iterator
107 { this->_M_init(_M_get_istreambuf(__is)); }
H A D_string_sum.h376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
381 if (!_M_init) {
383 _STLP_MUTABLE(_Self, _M_init) = true;
406 mutable bool _M_init; member in struct:__sum_storage_elem
H A D_rope.h461 void _M_init(__true_type const& /*_IsBasicCharType*/) { function in struct:_Rope_RopeLeaf
464 void _M_init(__false_type const& /*_IsBasicCharType*/) {} function in struct:_Rope_RopeLeaf
474 _M_init(_IsBasicCharType());
/external/stlport/src/
H A Dfacets_byname.cpp52 _M_init();
55 void ctype_byname<char>::_M_init() { function in class:ctype_byname

Completed in 150 milliseconds