Searched refs:ss_ (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2395 Message::Message() : ss_(new ::std::stringstream) {
2398 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2);
2431 return internal::StringStreamToString(ss_.get());
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3168 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
3169 *ss_ << msg.GetString();
3173 explicit Message(const char* str) : ss_(new ::std::stringstream) {
3174 *ss_ << str;
3203 *ss_ << val;
3223 *ss_ << "(null)";
3225 *ss_ << pointer;
3238 *ss_ << val;
3280 *ss_ << "(null)";
3282 *ss_ << pointe
3296 const internal::scoped_ptr< ::std::stringstream> ss_; member in class:testing::Message
[all...]

Completed in 69 milliseconds