Home
last modified time | relevance | path

Searched refs:crash_key_implementation (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dtls_unittest.cc481 auto crash_key_implementation = in TEST_F() local
488 EXPECT_CALL(*crash_key_implementation, Allocate(_, _)) in TEST_F()
490 EXPECT_CALL(*crash_key_implementation, Set(_, _)).WillOnce(handle_set); in TEST_F()
491 EXPECT_CALL(*crash_key_implementation, Clear(_)).WillOnce(handle_clear); in TEST_F()
494 base::debug::SetCrashKeyImplementation(std::move(crash_key_implementation)); in TEST_F()