Searched defs:_M_state (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_pthread_alloc.h296 _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){} function in class:per_thread_allocator
302 _STLP_NOTHROW : _M_state(__a._M_state) {} function in class:per_thread_allocator
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; member in class:per_thread_allocator
360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state));
390 { return __a1._M_state
[all...]
H A D_fstream.h293 _State_type _M_state; member in class:basic_filebuf
297 // Similar to _M_state except that it corresponds to

Completed in 245 milliseconds