Home
last modified time | relevance | path

Searched refs:_M_value (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stream_iterator.h115 return _M_value;
142 mutable _Tp _M_value; variable
149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value); in _M_read()
D_function.h203 typename _Operation::first_argument_type _M_value; variable
206 : op(__x), _M_value(__y) {} in binder1st()
209 { return op(_M_value, __x); } in operator()
212 { return op(_M_value, __x); } in operator()