/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | raw_logging.cc | 120 bool DoRawLog(char** buf, int* size, const char* format, ...) 122 bool DoRawLog(char** buf, int* size, const char* format, ...) { in DoRawLog() function 158 DoRawLog(&buf, &size, "[%s : %d] RAW: ", file, line); in RawLogVA() 167 DoRawLog(&buf, &size, "\n"); in RawLogVA() 169 DoRawLog(&buf, &size, "%s", kTruncated); in RawLogVA()
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | raw_logging.cc | 118 bool DoRawLog(char** buf, int* size, const char* format, ...) 120 bool DoRawLog(char** buf, int* size, const char* format, ...) { in DoRawLog() function 156 DoRawLog(&buf, &size, "[%s : %d] RAW: ", file, line); in RawLogVA() 165 DoRawLog(&buf, &size, "\n"); in RawLogVA() 167 DoRawLog(&buf, &size, "%s", kTruncated); in RawLogVA()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/ |
D | raw_logging.cc | 118 bool DoRawLog(char** buf, int* size, const char* format, ...) 120 bool DoRawLog(char** buf, int* size, const char* format, ...) { in DoRawLog() function 135 DoRawLog(buf, buf_size, "[%s : %d] RAW: ", file, line); in DefaultLogFilterAndPrefix() 172 DoRawLog(&buf, &size, "\n"); in RawLogVA() 174 DoRawLog(&buf, &size, "%s", kTruncated); in RawLogVA()
|
/external/abseil-cpp/absl/base/internal/ |
D | raw_logging.cc | 116 bool DoRawLog(char** buf, int* size, const char* format, ...) 118 bool DoRawLog(char** buf, int* size, const char* format, ...) { in DoRawLog() function 131 DoRawLog(buf, buf_size, "[%s : %d] RAW: ", file, line); in DefaultLogFilterAndPrefix() 168 DoRawLog(&buf, &size, "\n"); in RawLogVA() 170 DoRawLog(&buf, &size, "%s", kTruncated); in RawLogVA()
|
/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
D | raw_logging.cc | 118 bool DoRawLog(char** buf, int* size, const char* format, ...) 120 bool DoRawLog(char** buf, int* size, const char* format, ...) { in DoRawLog() function 135 DoRawLog(buf, buf_size, "[%s : %d] RAW: ", file, line); in DefaultLogFilterAndPrefix() 172 DoRawLog(&buf, &size, "\n"); in RawLogVA() 174 DoRawLog(&buf, &size, "%s", kTruncated); in RawLogVA()
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | raw_logging.cc | 118 bool DoRawLog(char** buf, int* size, const char* format, ...) 120 bool DoRawLog(char** buf, int* size, const char* format, ...) { in DoRawLog() function 156 DoRawLog(&buf, &size, "[%s : %d] RAW: ", file, line); in RawLogVA() 165 DoRawLog(&buf, &size, "\n"); in RawLogVA() 167 DoRawLog(&buf, &size, "%s", kTruncated); in RawLogVA()
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | raw_logging.cc | 118 bool DoRawLog(char** buf, int* size, const char* format, ...) 120 bool DoRawLog(char** buf, int* size, const char* format, ...) { in DoRawLog() function 135 DoRawLog(buf, buf_size, "[%s : %d] RAW: ", file, line); in DefaultLogFilterAndPrefix() 172 DoRawLog(&buf, &size, "\n"); in RawLogVA() 174 DoRawLog(&buf, &size, "%s", kTruncated); in RawLogVA()
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | raw_logging.cc | 122 bool DoRawLog(char** buf, int* size, const char* format, ...) 124 bool DoRawLog(char** buf, int* size, const char* format, ...) { in DoRawLog() function 139 DoRawLog(buf, buf_size, "[%s : %d] RAW: ", file, line); in DefaultLogFilterAndPrefix() 176 DoRawLog(&buf, &size, "\n"); in RawLogVA() 178 DoRawLog(&buf, &size, "%s", kTruncated); in RawLogVA()
|