Searched defs:_M_base (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_alloc.h485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488 _Base& _M_base() function in class:_STLP_alloc_proxy
H A D_fstream.h166 bool is_open() const { return _M_base.__is_open(); }
169 return _M_base._M_open(__s, __m) ? this : 0;
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
179 _STLP_fd fd() const { return _M_base.__get_fd(); }
187 return _M_base._M_open(__id, _Init_mode) ? this : 0;
194 return _M_base._M_open(__id, _Init_mode) ? this : 0;
261 _Filebuf_base _M_base; member in class:basic_filebuf
322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); }
H A D_rope.h568 _RopeRep *_M_base; // not 0 member in struct:_Rope_RopeSubstring
574 switch (_M_base->_M_tag) {
579 __STATIC_CAST(_RopeFunction*, _M_base)->_M_fn;
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data)
588 __STATIC_CAST(_RopeLeaf*, _M_base)->_M_data;
603 _M_base(__b), _M_start(__s) {
606 _M_base->_M_ref_nonnil();
610 { _M_base->_M_unref_nonnil(); }

Completed in 159 milliseconds