/external/stlport/stlport/using/ |
sstream | 2 using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
iosfwd | 19 using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
sstream | 2 using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
iosfwd | 19 using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/ |
sstream | 2 using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
iosfwd | 19 using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/ |
sstream | 2 using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
iosfwd | 19 using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
/external/astl/tests/ |
test_sstream.cpp | 40 using std::stringbuf; 47 stringbuf buf1(str); 48 stringbuf buf2(str, std::ios_base::in); 49 stringbuf buf3(str, std::ios_base::out); 61 stringbuf buf1(str); 62 stringbuf buf2(str, std::ios_base::in); 63 stringbuf buf3(str, std::ios_base::out); 64 stringbuf buf4; 81 stringbuf buf(str); 89 stringbuf buf [all...] |
/external/oprofile/include/ |
sstream | 37 class stringbuf : public streambuf 46 stringbuf(int which=ios::in|ios::out) 54 stringbuf(const string &str, int which=ios::in|ios::out) 68 ~stringbuf() 248 stringbuf* 251 return const_cast<stringbuf*>(&sb); 265 stringbuf sb; 286 stringbuf* 289 return const_cast<stringbuf*>(&sb); 303 stringbuf sb [all...] |
/external/icu4c/io/ |
ufile.c | 154 u_fstropen(UChar *stringBuf, 170 result->str.fBuffer = stringBuf; 171 result->str.fPos = stringBuf; 172 result->str.fLimit = stringBuf+capacity;
|
/external/stlport/stlport/stl/ |
_sstream.h | 114 // Class basic_istringstream, an input stream that uses a stringbuf. 157 // Class basic_ostringstream, an output stream that uses a stringbuf. 201 // Class basic_stringstream, a bidirectional stream that uses a stringbuf.
|
_iosfwd.h | 125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 114 // Class basic_istringstream, an input stream that uses a stringbuf. 157 // Class basic_ostringstream, an output stream that uses a stringbuf. 201 // Class basic_stringstream, a bidirectional stream that uses a stringbuf.
|
_iosfwd.h | 125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf; typedef
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 114 // Class basic_istringstream, an input stream that uses a stringbuf. 157 // Class basic_ostringstream, an output stream that uses a stringbuf. 201 // Class basic_stringstream, a bidirectional stream that uses a stringbuf.
|
_iosfwd.h | 125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf; typedef
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 114 // Class basic_istringstream, an input stream that uses a stringbuf. 157 // Class basic_ostringstream, an output stream that uses a stringbuf. 201 // Class basic_stringstream, a bidirectional stream that uses a stringbuf.
|
_iosfwd.h | 125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf; typedef
|
/external/astl/include/ |
sstream | 91 typedef basic_stringbuf stringbuf;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
iosfwd | 132 typedef basic_stringbuf<char> stringbuf; ///< @isiosfwd
|
sstream | 76 /// Place to stash in || out || in | out settings for current stringbuf. 318 * The buffer is deallocated by the stringbuf object, not the 428 * The buffer is deallocated by the stringbuf object, not the 534 * The buffer is deallocated by the stringbuf object, not the
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
iosfwd | 132 typedef basic_stringbuf<char> stringbuf; ///< @isiosfwd
|
sstream | 76 /// Place to stash in || out || in | out settings for current stringbuf. 318 * The buffer is deallocated by the stringbuf object, not the 428 * The buffer is deallocated by the stringbuf object, not the 534 * The buffer is deallocated by the stringbuf object, not the
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
iosfwd | 132 typedef basic_stringbuf<char> stringbuf; ///< @isiosfwd
|