Searched refs:custom_assert_logger_ (Results 1 – 2 of 2) 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()
65 static AssertLogger custom_assert_logger_ = NULL; variable68 custom_assert_logger_ = logger; in SetCustomAssertLogger()73 if (custom_assert_logger_) { in LogAssert()74 custom_assert_logger_(function, file, line, expression); in LogAssert()