Searched refs:_Filebuf_Tmp_Buf (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_fstream.c282 struct _Filebuf_Tmp_Buf { struct
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; } function in struct:_Filebuf_Tmp_Buf
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; }
351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos);

Completed in 5 milliseconds