Searched refs:_M_value (Results 1 – 2 of 2) sorted by relevance
115 return _M_value;142 mutable _Tp _M_value; variable149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value); in _M_read()
203 typename _Operation::first_argument_type _M_value; variable206 : op(__x), _M_value(__y) {} in binder1st()209 { return op(_M_value, __x); } in operator()212 { return op(_M_value, __x); } in operator()