HomeSort by relevance Sort by last modified time
    Searched defs:_Buf (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 128 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Buf;
139 { return __CONST_CAST(_Buf*,&_M_buf); }
171 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Buf;
182 { return __CONST_CAST(_Buf*,&_M_buf); }
215 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Buf;
228 { return __CONST_CAST(_Buf*,&_M_buf); }
_fstream.h 453 typedef basic_filebuf<_CharT, _Traits> _Buf;
499 { return __CONST_CAST(_Buf*,&_M_buf); }
534 typedef basic_filebuf<_CharT, _Traits> _Buf;
578 { return __CONST_CAST(_Buf*,&_M_buf); }
613 typedef basic_filebuf<_CharT, _Traits> _Buf;
659 { return __CONST_CAST(_Buf*,&_M_buf); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 128 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Buf;
139 { return __CONST_CAST(_Buf*,&_M_buf); }
171 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Buf;
182 { return __CONST_CAST(_Buf*,&_M_buf); }
215 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Buf;
228 { return __CONST_CAST(_Buf*,&_M_buf); }
_fstream.h 453 typedef basic_filebuf<_CharT, _Traits> _Buf;
499 { return __CONST_CAST(_Buf*,&_M_buf); }
534 typedef basic_filebuf<_CharT, _Traits> _Buf;
578 { return __CONST_CAST(_Buf*,&_M_buf); }
613 typedef basic_filebuf<_CharT, _Traits> _Buf;
659 { return __CONST_CAST(_Buf*,&_M_buf); }

Completed in 393 milliseconds