Searched refs:_M_state (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 296 _M_state = _S_Alloc::_S_get_per_thread_state(); 298 …per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){} 302 _STLP_NOTHROW : _M_state(__a._M_state) {} 318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state)); 334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state); 345 __state_type* _M_state; 360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state)); 390 { return __a1._M_state == __a2._M_state; } 396 { return __a1._M_state != __a2._M_state; }
|
D | _fstream.c | 56 _M_state(_STLP_DEFAULT_CONSTRUCTED(_State_type)), in basic_filebuf() 97 _M_state = _M_end_state = _State_type(); in close() 227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext, in overflow() 344 _State_type __state = _M_state; in seekoff() 350 _State_type __tmp_state = _M_state; in seekoff() 392 _M_state = __pos.state(); in seekpos() 438 _M_end_state = _M_state; in _M_switch_to_input_mode() 463 _M_state = _State_type(); in _M_switch_to_output_mode() 498 _M_state = _M_end_state; in _M_underflow_aux() 598 __status = _M_codecvt->unshift(_M_state, in _M_unshift()
|
D | _fstream.h | 293 _State_type _M_state; variable
|