Lines Matching full:operator
113 inline Message& operator <<(const T& value) {
120 inline Message& operator <<(const T& val) {
139 inline Message& operator <<(T* const& pointer) { // NOLINT
151 // of operator <<, even though its body is the same as the
155 Message& operator <<(BasicNarrowIoManip val) {
161 Message& operator <<(bool b) {
167 Message& operator <<(const wchar_t* wide_c_str) {
170 Message& operator <<(wchar_t* wide_c_str) {
177 Message& operator <<(const ::std::wstring& wstr);
183 Message& operator <<(const ::wstring& wstr);
219 // from implementing the assignment operator.
220 void operator=(const Message&);
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {