Home
last modified time | relevance | path

Searched refs:_M_init (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istreambuf_iterator.h62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
83 void _M_init(streambuf_type* __p) { in _M_init() function
107 { this->_M_init(_M_get_istreambuf(__is)); } in istreambuf_iterator()
D_ctype.h162 { _M_init(); } in ctype_byname()
164 void _M_init();
D_string_sum.h376 __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;
D_rope.h461 void _M_init(__true_type const& /*_IsBasicCharType*/) {
464 void _M_init(__false_type const& /*_IsBasicCharType*/) {}
474 _M_init(_IsBasicCharType());
/ndk/sources/cxx-stl/stlport/src/
Dfacets_byname.cpp52 _M_init(); in ctype_byname()
55 void ctype_byname<char>::_M_init() { in _M_init() function in ctype_byname