Searched refs:kCookieValue (Results 1 – 1 of 1) sorted by relevance
1288 int* cookie = new int(kCookieValue); in on_init()1296 EXPECT_EQ(kCookieValue, cookie_value); in on_allocation()1303 EXPECT_EQ(kCookieValue, cookie_value); in on_reset()1310 EXPECT_EQ(kCookieValue, cookie_value); in on_destruction()1314 static const int kCookieValue = 999; member in google::protobuf::ArenaHooksTestUtil1324 const int ArenaHooksTestUtil::kCookieValue; member in google::protobuf::ArenaHooksTestUtil