Searched refs:_STLP_MUTABLE (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | messages.cpp | 132 return _STLP_MUTABLE(_Messages_impl, _M_cat).insert( result ); in do_open() 141 ? string(_Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[cat], in do_get() 152 …const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat])… in do_get() 154 …const char* str = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], s… in do_get() 160 …const char* str2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], … in do_get() 179 _Locale_catclose(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]); in do_close() 180 if (_M_map) _M_map->erase(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]); in do_close() 181 _STLP_MUTABLE(_Messages_impl, _M_cat).erase( thecat ); in do_close()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stream_iterator.h | 147 _STLP_MUTABLE(_Self, _M_ok) = ((_M_stream != 0) && !_M_stream->fail()); in _M_read() 149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value); in _M_read() 150 _STLP_MUTABLE(_Self, _M_ok) = !_M_stream->fail(); in _M_read() 152 _STLP_MUTABLE(_Self, _M_read_done) = true; in _M_read()
|
D | _istreambuf_iterator.h | 93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c); in _M_getc() 94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof()); in _M_getc() 95 _STLP_MUTABLE(_Self, _M_have_c) = true; in _M_getc()
|
D | _string_sum.h | 382 _STLP_MUTABLE(_Self, _M_storage) = __ref; in _M_Init() 383 _STLP_MUTABLE(_Self, _M_init) = true; in _M_Init()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bind_test.cpp | 126 _STLP_MUTABLE(A, m_n) = n; in f()
|
/ndk/tests/device/test-stlport/unit/ |
D | bind_test.cpp | 126 _STLP_MUTABLE(A, m_n) = n; in f()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | features.h | 632 # define _STLP_MUTABLE(type, x) x macro 634 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x macro
|