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

1 2 3 45 6 7 8 9

  /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++/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++/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>
seekoff.pass.cpp 10 // <strstream>
17 #include <strstream>
  /external/stlport/
Android.mk 6 src/strstream.cpp \
  /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;
  /ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 1 //===------------------------ strstream.cpp -------------------------------===//
10 #include "strstream"
323 strstream::~strstream()
  /ndk/sources/cxx-stl/llvm-libc++/android/llvm-libc++/
Android.mk 27 strstream.cpp \
  /external/protobuf/gtest/test/
gtest-message_test.cc 41 using ::testing::internal::StrStream;
147 StrStream ss;
  /external/stlport/etc/
msvcincl.dat 167 strstream
168 strstream.h
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
cp_size_cp.pass.cpp 10 // <strstream>
16 #include <strstream>
scp_size_scp.pass.cpp 10 // <strstream>
16 #include <strstream>
ucp_size_ucp.pass.cpp 10 // <strstream>
16 #include <strstream>
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 85 // 2. In MSVC, streaming a null char pointer to StrStream generates
250 // Gets the content of the StrStream's buffer as a String. Each '\0'
252 String StrStreamToString(StrStream* stream);
gtest-port.h 212 #include <strstream> // NOLINT
285 // std::strstream is deprecated. However, we have to use it on
290 typedef ::std::stringstream StrStream;
292 typedef ::std::strstream StrStream;
  /ndk/sources/cxx-stl/stlport/
Android.mk 22 src/strstream.cpp \
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-string.h 330 // Gets the content of the StrStream's buffer as a String. Each '\0'
332 String StrStreamToString(StrStream* stream);

Completed in 464 milliseconds

1 2 3 45 6 7 8 9