Home
last modified time | relevance | path

Searched defs:_Filebuf_Tmp_Buf (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c282 struct _Filebuf_Tmp_Buf { struct
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; } in _Filebuf_Tmp_Buf() argument
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; } in ~_Filebuf_Tmp_Buf() argument