/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
sstream | 46 // [27.7.1] template class basic_stringbuf 60 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> 67 // 251. basic_stringbuf missing allocator_type 94 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) 107 basic_stringbuf(const __string_type& __str, 259 * the associated sequence, an instance of std::basic_stringbuf is used, 270 // 251. basic_stringbuf missing allocator_type 278 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; 334 * @return The current basic_stringbuf buffer. 369 * the associated sequence, an instance of std::basic_stringbuf is used [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
sstream | 46 // [27.7.1] template class basic_stringbuf 60 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> 67 // 251. basic_stringbuf missing allocator_type 94 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) 107 basic_stringbuf(const __string_type& __str, 259 * the associated sequence, an instance of std::basic_stringbuf is used, 270 // 251. basic_stringbuf missing allocator_type 278 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; 334 * @return The current basic_stringbuf buffer. 369 * the associated sequence, an instance of std::basic_stringbuf is used [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
sstream | 45 // [27.7.1] template class basic_stringbuf 64 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> 71 // 251. basic_stringbuf missing allocator_type 98 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) 111 basic_stringbuf(const __string_type& __str, 268 * the associated sequence, an instance of std::basic_stringbuf is used, 279 // 251. basic_stringbuf missing allocator_type 287 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; 343 * @return The current basic_stringbuf buffer. 383 * the associated sequence, an instance of std::basic_stringbuf is used [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
sstream | 45 // [27.7.1] template class basic_stringbuf 64 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> 71 // 251. basic_stringbuf missing allocator_type 98 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) 111 basic_stringbuf(const __string_type& __str, 268 * the associated sequence, an instance of std::basic_stringbuf is used, 279 // 251. basic_stringbuf missing allocator_type 287 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; 343 * @return The current basic_stringbuf buffer. 383 * the associated sequence, an instance of std::basic_stringbuf is used [all...] |
/external/stlport/stlport/ |
sstream | 18 // This header defines classes basic_stringbuf, basic_istringstream,
|
/external/stlport/stlport/using/ |
iosfwd | 8 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
sstream | 18 // This header defines classes basic_stringbuf, basic_istringstream,
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
iosfwd | 8 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
sstream | 18 // This header defines classes basic_stringbuf, basic_istringstream,
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/ |
iosfwd | 8 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
sstream | 18 // This header defines classes basic_stringbuf, basic_istringstream,
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/ |
iosfwd | 8 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
sstream | 18 // This header defines classes basic_stringbuf, basic_istringstream,
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/ |
iosfwd | 8 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
sstream | 18 // This header defines classes basic_stringbuf, basic_istringstream,
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/ |
iosfwd | 8 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
sstream | 18 // This header defines classes basic_stringbuf, basic_istringstream,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/ |
iosfwd | 8 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.members/ |
str.pass.cpp | 13 // class basic_stringbuf
|
/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
setbuf.pass.cpp | 13 // class basic_stringbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.members/ |
str.pass.cpp | 13 // class basic_stringbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
setbuf.pass.cpp | 13 // class basic_stringbuf
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 39 <sstream>, basic_stringbuf <strstream>, strstreambuf
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 39 <sstream>, basic_stringbuf <strstream>, strstreambuf
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 39 <sstream>, basic_stringbuf <strstream>, strstreambuf
|