Go to the documentation of this file.
15 #ifndef ABSL_BASE_INTERNAL_PRETTY_FUNCTION_H_
16 #define ABSL_BASE_INTERNAL_PRETTY_FUNCTION_H_
26 #define ABSL_PRETTY_FUNCTION __FUNCSIG__
27 #elif defined(__GNUC__)
28 #define ABSL_PRETTY_FUNCTION __PRETTY_FUNCTION__
30 #error "Unsupported compiler"
33 #endif // ABSL_BASE_INTERNAL_PRETTY_FUNCTION_H_
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:45