OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_base
(Results
1 - 3
of
3
) sorted by null
/external/stlport/stlport/stl/
_alloc.h
485
_Base(_STLP_PRIV _AsMoveSource(src.get().
_M_base
())),
488
_Base&
_M_base
()
_fstream.h
166
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
;
322
bool _M_write(char* __buf, ptrdiff_t __n) {return
_M_base
._M_write(__buf, __n); }
_rope.h
568
_RopeRep *
_M_base
; // not 0
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(); }
[
all
...]
Completed in 30 milliseconds