Searched defs:LOG_ALWAYS_FATAL (Results 1 – 3 of 3) sorted by relevance
84 #define LOG_ALWAYS_FATAL(fmt, args...) \ macro120 #define LOG_ALWAYS_FATAL(...) \ macro184 #define LOG_ALWAYS_FATAL(...) \ macro
27 #define LOG_ALWAYS_FATAL(...) LOG(FATAL) << fmt::sprintf(__VA_ARGS__) macro
52 #define LOG_ALWAYS_FATAL(...) \ macro