Lines Matching full:operator
108 inline Message& operator <<(const T& value) {
115 inline Message& operator <<(const T& val) {
134 inline Message& operator <<(T* const& pointer) { // NOLINT
146 // of operator <<, even though its body is the same as the
150 Message& operator <<(BasicNarrowIoManip val) {
156 Message& operator <<(bool b) {
162 Message& operator <<(const wchar_t* wide_c_str) {
165 Message& operator <<(wchar_t* wide_c_str) {
172 Message& operator <<(const ::std::wstring& wstr);
178 Message& operator <<(const ::wstring& wstr);
213 // from implementing the assignment operator.
214 void operator=(const Message&);
218 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {