Searched refs:ShouldLogAfterPrintf (Results 1 – 4 of 4) sorted by relevance
21 bool ShouldLogAfterPrintf() { return false; } in ShouldLogAfterPrintf() function
527 bool ShouldLogAfterPrintf() { in ShouldLogAfterPrintf() function533 bool ShouldLogAfterPrintf() { return true; } in ShouldLogAfterPrintf() function
675 bool ShouldLogAfterPrintf();678 INLINE bool ShouldLogAfterPrintf() { return false; } in ShouldLogAfterPrintf() function
281 if (common_flags()->log_to_syslog && ShouldLogAfterPrintf()) in SharedPrintfCode()