Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c50 _M_int_buf_dynamic(false), in basic_filebuf()
647 _M_int_buf_dynamic = true; in _M_allocate_buffers()
651 _M_int_buf_dynamic = false; in _M_allocate_buffers()
686 if (_M_int_buf_dynamic) in _M_deallocate_buffers()
D_fstream.h269 unsigned char _M_int_buf_dynamic; // True if internal buffer is heap allocated, variable