46#ifndef GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
47#define GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
51#include "gtest/internal/gtest-port.h"
89 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
107 template <
typename T>
114 template <
typename T>
148 template <
typename T>
172 return *
this << (
b ?
"true" :
"false");
180#if GTEST_HAS_STD_WSTRING
186#if GTEST_HAS_GLOBAL_WSTRING
205 template <
typename T>
213 template <
typename T>
214 inline void StreamHelper(internal::false_type ,
224 const internal::scoped_ptr< ::std::stringstream> ss_;
244 return (
Message() << streamable).GetString();
std::ostream & operator<<(std::ostream &os, const Student &s)
Definition archivertest.cpp:30
cryptonote::block b
Definition block.cpp:40
Definition gtest-message.h:85
Definition gtest-message.h:85
std::string GetString() const
Definition gtest.cc:981
std::ostream &(* BasicNarrowIoManip)(std::ostream &)
Definition gtest-message.h:89
void operator=(const Message &)
const internal::scoped_ptr< ::std::stringstream > ss_
Definition gtest-message.h:224
Message(const char *str)
Definition gtest-message.h:101
Message(const Message &msg)
Definition gtest-message.h:96
void operator<<(const testing::internal::Secret &, int)
#define GTEST_API_
Definition gtest-port.h:934
Definition document.h:406
bool_constant< true > true_type
Definition gtest-port.h:2210
std::string StreamableToString(const T &streamable)
Definition gtest-message.h:243
Definition gmock-actions.h:53
std::ostream & operator<<(std::ostream &os, const Message &sb)
Definition gtest-message.h:232
const GenericPointer< typename T::ValueType > T2 value
Definition pointer.h:1225
const GenericPointer< typename T::ValueType > & pointer
Definition pointer.h:1124
const char *const str
Definition portlistingparse.c:23
bool_constant< bool_value > type
Definition gtest-port.h:2202