Searched refs:ign2 (Results 1 – 1 of 1) sorted by relevance
276 std::unique_ptr<Backtrace> ign2( in VerifyLevelIgnoreFrames() local278 ASSERT_TRUE(ign2.get() != nullptr); in VerifyLevelIgnoreFrames()279 ASSERT_TRUE(ign2->Unwind(2)); in VerifyLevelIgnoreFrames()281 VerifyIgnoreFrames(all.get(), ign1.get(), ign2.get(), "VerifyLevelIgnoreFrames"); in VerifyLevelIgnoreFrames()376 std::unique_ptr<Backtrace> ign2(Backtrace::Create(bt_all->Pid(), BACKTRACE_CURRENT_THREAD)); in VerifyProcessIgnoreFrames() local377 ASSERT_TRUE(ign2.get() != nullptr); in VerifyProcessIgnoreFrames()378 ASSERT_TRUE(ign2->Unwind(2)); in VerifyProcessIgnoreFrames()380 VerifyIgnoreFrames(bt_all, ign1.get(), ign2.get(), nullptr); in VerifyProcessIgnoreFrames()563 std::unique_ptr<Backtrace> ign2(Backtrace::Create(getpid(), thread_data.tid)); in TEST() local564 ASSERT_TRUE(ign2.get() != nullptr); in TEST()[all …]