Searched refs:custom_assert_logger_ (Results 1 – 1 of 1) sorted by relevance
48 static AssertLogger custom_assert_logger_ = NULL; variable51 custom_assert_logger_ = logger; in SetCustomAssertLogger()56 if (custom_assert_logger_) { in LogAssert()57 custom_assert_logger_(function, file, line, expression); in LogAssert()