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

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
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/protobuf/gtest/include/gtest/internal/
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...]

Completed in 1875 milliseconds