Searched defs:LOG_ALWAYS_FATAL (Results 1 – 2 of 2) sorted by relevance
76 #define LOG_ALWAYS_FATAL(fmt, args...) \ macro111 #define LOG_ALWAYS_FATAL(...) \ macro179 #define LOG_ALWAYS_FATAL(...) \ macro
27 #define LOG_ALWAYS_FATAL(...) LOG(FATAL) << fmt::sprintf(__VA_ARGS__) macro