Searched refs:kCookieValue (Results 1 – 2 of 2) sorted by relevance
19 static constexpr unsigned char kCookieValue[kCookieSize] = { variable28 DCHECK(*cookie_ptr == kCookieValue[i]); in PartitionCookieCheckValue()64 *cookie_ptr = kCookieValue[i]; in PartitionCookieWriteValue()
1388 int* cookie = new int(kCookieValue); in on_init()1396 EXPECT_EQ(kCookieValue, cookie_value); in on_allocation()1402 EXPECT_EQ(kCookieValue, cookie_value); in on_reset()1408 EXPECT_EQ(kCookieValue, cookie_value); in on_destruction()1412 static const int kCookieValue = 999; member in google::protobuf::ArenaHooksTestUtil1422 const int ArenaHooksTestUtil::kCookieValue; member in google::protobuf::ArenaHooksTestUtil