Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc1287 int* cookie = new int(kCookieValue); in on_init()
1295 EXPECT_EQ(kCookieValue, cookie_value); in on_allocation()
1302 EXPECT_EQ(kCookieValue, cookie_value); in on_reset()
1309 EXPECT_EQ(kCookieValue, cookie_value); in on_destruction()
1313 static const int kCookieValue = 999; member in google::protobuf::ArenaHooksTestUtil
1323 const int ArenaHooksTestUtil::kCookieValue; member in google::protobuf::ArenaHooksTestUtil