/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_strstream.h | 38 # define istrstream _STLP_istrstream macro 100 // Class istrstream, an istream that manages a strstreambuf. 102 class _STLP_CLASS_DECLSPEC istrstream : public basic_istream<char, char_traits<char> > { class in inherits:basic_istream 104 explicit istrstream(char*); 105 explicit istrstream(const char*); 106 istrstream(char* , streamsize); 107 istrstream(const char*, streamsize); 108 virtual ~istrstream();
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_strstream.h | 38 # define istrstream _STLP_istrstream macro 100 // Class istrstream, an istream that manages a strstreambuf. 102 class _STLP_CLASS_DECLSPEC istrstream : public basic_istream<char, char_traits<char> > { class in inherits:basic_istream 104 explicit istrstream(char*); 105 explicit istrstream(const char*); 106 istrstream(char* , streamsize); 107 istrstream(const char*, streamsize); 108 virtual ~istrstream();
|
/external/stlport/src/ |
strstream.cpp | 292 // Class istrstream 294 istrstream::istrstream(char* s) function in class:istrstream 299 istrstream::istrstream(const char* s) function in class:istrstream 304 istrstream::istrstream(char* s, streamsize n) function in class:istrstream 309 istrstream::istrstream(const char* s, streamsize n) function in class:istrstream 314 istrstream::~istrstream() { [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
strstream.cpp | 292 // Class istrstream 294 istrstream::istrstream(char* s) function in class:istrstream 299 istrstream::istrstream(const char* s) function in class:istrstream 304 istrstream::istrstream(char* s, streamsize n) function in class:istrstream 309 istrstream::istrstream(const char* s, streamsize n) function in class:istrstream 314 istrstream::~istrstream() { [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/ |
ccp.pass.cpp | 12 // class istrstream 14 // explicit istrstream(const char* s); 23 std::istrstream in(buf);
|
ccp_size.pass.cpp | 12 // class istrstream 14 // explicit istrstream(const char* s, streamsize n); 23 std::istrstream in(buf, 7);
|
cp.pass.cpp | 12 // class istrstream 14 // explicit istrstream(char* s); 23 std::istrstream in(buf);
|
cp_size.pass.cpp | 12 // class istrstream 14 // explicit istrstream(char* s, streamsize n); 23 std::istrstream in(buf, 7);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
strstream.cpp | 317 istrstream::~istrstream()
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
stream.cpp | 94 istrstream inTestStream(TESTSTRING, 0);
|
/external/icu4c/test/iotest/ |
stream.cpp | 87 istrstream inTestStream(TESTSTRING, 0);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
lexical_cast.hpp | [all...] |