HomeSort by relevance Sort by last modified time
    Searched full:strstream (Results 101 - 125 of 279) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
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();
  /prebuilts/ndk/9/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/9/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();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
strstream 43 /** @file backward/strstream
159 // Class strstream
160 class strstream : public basic_iostream<char>
168 strstream();
169 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
170 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_;
  /external/protobuf/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_;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
strstream 152 // Class strstream
153 class strstream : public basic_iostream<char>
161 strstream();
162 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
163 virtual ~strstream();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 152 // Class strstream
153 class strstream : public basic_iostream<char>
161 strstream();
162 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
163 virtual ~strstream();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 152 // Class strstream
153 class strstream : public basic_iostream<char>
161 strstream();
162 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
163 virtual ~strstream();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 152 // Class strstream
153 class strstream : public basic_iostream<char>
161 strstream();
162 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
163 virtual ~strstream();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
strstream 152 // Class strstream
153 class strstream : public basic_iostream<char>
161 strstream();
162 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
163 virtual ~strstream();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
cp_size_mode.pass.cpp 10 // <strstream>
16 #include <strstream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
overflow.pass.cpp 10 // <strstream>
16 #include <strstream>
pbackfail.pass.cpp 10 // <strstream>
16 #include <strstream>
seekpos.pass.cpp 10 // <strstream>
17 #include <strstream>
underflow.pass.cpp 10 // <strstream>
16 #include <strstream>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
wrap_stringstream.hpp 12 // Description : wraps strstream and stringstream (depends with one is present)
24 #include <strstream> // for std::ostrstream
  /external/icu4c/test/iotest/
stream.cpp 28 // <strstream> is deprecated on some platforms, and the compiler complains very loudly if you use it.
29 #include <strstream>
226 strstream sstrm;
256 strstream ss;

Completed in 398 milliseconds

1 2 3 45 6 7 8 91011>>