HomeSort by relevance Sort by last modified time
    Searched refs:StrStream (Results 1 - 16 of 16) sorted by null

  /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_;
gtest.h     [all...]
gtest.cc 931 StrStream val1_ss;
935 StrStream val2_ss;
    [all...]
  /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_;
gtest.h     [all...]
  /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_;
gtest.h     [all...]
  /external/protobuf/gtest/test/
gtest-message_test.cc 41 using ::testing::internal::StrStream;
147 StrStream ss;
  /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;
  /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);
gtest-port.h 323 #include <strstream> // NOLINT
575 // std::strstream is deprecated. However, we have to use it on
580 typedef ::std::stringstream StrStream;
582 typedef ::std::strstream StrStream;
    [all...]
  /external/protobuf/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);
gtest-port.h 318 #include <strstream> // NOLINT
570 // std::strstream is deprecated. However, we have to use it on
575 typedef ::std::stringstream StrStream;
577 typedef ::std::strstream StrStream;
    [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 173 milliseconds