HomeSort by relevance Sort by last modified time
    Searched full:strstream (Results 76 - 100 of 216) sorted by null

1 2 34 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
str.pass.cpp 10 // <strstream>
16 #include <strstream>
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 10 // <strstream>
16 #include <strstream>
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/
types.pass.cpp 10 // <strstream>
15 #include <strstream>
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/
version.pass.cpp 10 // <strstream>
12 #include <strstream>
  /ndk/sources/cxx-stl/stlport/stlport/
strstream.h 24 #include <strstream>
40 using _STLP_STD::strstream;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
strstream.h 24 #include <strstream>
40 using _STLP_STD::strstream;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
strstream.h 24 #include <strstream>
40 using _STLP_STD::strstream;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
strstream.h 24 #include <strstream>
40 using _STLP_STD::strstream;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
strstream.h 24 #include <strstream>
40 using _STLP_STD::strstream;
  /external/stlport/src/
strstream.cpp 19 // Implementation of the classes in header <strstream>.
20 // WARNING: The classes defined in <strstream> are DEPRECATED. This
27 #include <strstream>
356 // Class strstream
358 strstream::strstream() function in class:strstream
363 strstream::strstream(char* s, int n, ios_base::openmode mode) function in class:strstream
369 strstream::~strstream() {}
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 19 // Implementation of the classes in header <strstream>.
20 // WARNING: The classes defined in <strstream> are DEPRECATED. This
27 #include <strstream>
356 // Class strstream
358 strstream::strstream() function in class:strstream
363 strstream::strstream(char* s, int n, ios_base::openmode mode) function in class:strstream
369 strstream::~strstream() {}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
ccp.pass.cpp 10 // <strstream>
16 #include <strstream>
ccp_size.pass.cpp 10 // <strstream>
16 #include <strstream>
cp.pass.cpp 10 // <strstream>
16 #include <strstream>
cp_size.pass.cpp 10 // <strstream>
16 #include <strstream>
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
ccp_size.pass.cpp 10 // <strstream>
16 #include <strstream>
cscp_size.pass.cpp 10 // <strstream>
16 #include <strstream>
cucp_size.pass.cpp 10 // <strstream>
16 #include <strstream>
custom_alloc.pass.cpp 10 // <strstream>
16 #include <strstream>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
strstream 44 /** @file backward/strstream
160 // Class strstream
161 class strstream : public basic_iostream<char>
169 strstream();
170 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
171 virtual ~strstream();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
strstream 44 /** @file backward/strstream
160 // Class strstream
161 class strstream : public basic_iostream<char>
169 strstream();
170 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
171 virtual ~strstream();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
strstream 44 /** @file backward/strstream
160 // Class strstream
161 class strstream : public basic_iostream<char>
169 strstream();
170 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
171 virtual ~strstream();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
strstream 44 /** @file backward/strstream
160 // Class strstream
161 class strstream : public basic_iostream<char>
169 strstream();
170 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
171 virtual ~strstream();
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-message.h 59 // It will remember the text in a StrStream.
75 // Note that StrStream behaves differently in gcc and in MSVC. You
88 // We allocate the StrStream separately because it otherwise each use of
92 Message() : ss_(new internal::StrStream) {}
95 Message(const Message& msg) : ss_(new internal::StrStream) { // NOLINT
100 explicit Message(const char* str) : ss_(new internal::StrStream) {
210 internal::StrStream* const ss_;
  /external/open-vcdiff/gtest/include/gtest/
gtest-message.h 59 // It will remember the text in a StrStream.
75 // Note that StrStream behaves differently in gcc and in MSVC. You
88 // We allocate the StrStream separately because it otherwise each use of
92 Message() : ss_(new internal::StrStream) {}
95 Message(const Message& msg) : ss_(new internal::StrStream) { // NOLINT
100 explicit Message(const char* str) : ss_(new internal::StrStream) {
210 internal::StrStream* const ss_;

Completed in 367 milliseconds

1 2 34 5 6 7 8 9