Searched refs:cookie_value (Results 1 – 1 of 1) sorted by relevance
1294 int cookie_value = *static_cast<int*>(cookie); in on_allocation() local1295 EXPECT_EQ(kCookieValue, cookie_value); in on_allocation()1301 int cookie_value = *static_cast<int*>(cookie); in on_reset() local1302 EXPECT_EQ(kCookieValue, cookie_value); in on_reset()1308 int cookie_value = *static_cast<int*>(cookie); in on_destruction() local1309 EXPECT_EQ(kCookieValue, cookie_value); in on_destruction()