Lines Matching defs:operator
210 Log &Log::operator<<(const std::string &s) {
215 Log &Log::operator<<(const StringRef &s) {
220 Log &Log::operator<<(const char *s) {
225 Log &Log::operator<<(const ImmutableString &s) {
230 Log &Log::operator<<(long long n) {
264 Log &Log::operator<<(unsigned long long n) {
297 Log &Log::operator<<(double n) {
315 Log &Log::operator<<(long double n) {
333 Log &Log::operator<<(bool n) {
344 Log &Log::operator<<(const void *p) {