Searched refs:_STLP_MUTABLE (Results 1 - 6 of 6) sorted by last modified time

/external/stlport/src/
H A Dmessages.cpp132 return _STLP_MUTABLE(_Messages_impl, _M_cat).insert( result );
141 ? string(_Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[cat],
152 const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
154 const char* str = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "");
160 const char* str2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "*");
179 _Locale_catclose(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]);
180 if (_M_map) _M_map->erase(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]);
181 _STLP_MUTABLE(_Messages_impl, _M_cat).erase( thecat );
/external/stlport/stlport/stl/
H A D_istreambuf_iterator.h93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
95 _STLP_MUTABLE(_Self, _M_have_c) = true;
H A D_stream_iterator.h147 _STLP_MUTABLE(_Self, _M_ok) = ((_M_stream != 0) && !_M_stream->fail());
149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value);
150 _STLP_MUTABLE(_Self, _M_ok) = !_M_stream->fail();
152 _STLP_MUTABLE(_Self, _M_read_done) = true;
H A D_string_sum.h382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
383 _STLP_MUTABLE(_Self, _M_init) = true;
/external/stlport/stlport/stl/config/
H A Dfeatures.h638 # define _STLP_MUTABLE(type, x) x macro
640 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x macro
/external/stlport/test/unit/
H A Dbind_test.cpp126 _STLP_MUTABLE(A, m_n) = n;

Completed in 236 milliseconds