Lines Matching defs:bool
121 Message(Level level, Component component, bool print_system_error)
139 bool print_system_error_;
149 bool is_fast_logging = false);
196 static bool IsLoggingOn(Level level, Component component)
202 static bool IsLoggingOnOrAbort(Level level, Component component)
218 static bool IsMessageSuppressed([[maybe_unused]] Level level, [[maybe_unused]] Component component);
272 static void SetMobileLogOpenFlag(bool is_mlog_opened)
278 static bool IsInLevelList(std::string_view s);
280 static bool IsInComponentList(std::string_view s);
286 static bool IsInitialized()
340 bool is_mlog_opened_ {true};
447 explicit operator bool() const
461 bool IsFirstCall()