Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc1294 int cookie_value = *static_cast<int*>(cookie); in on_allocation() local
1295 EXPECT_EQ(kCookieValue, cookie_value); in on_allocation()
1301 int cookie_value = *static_cast<int*>(cookie); in on_reset() local
1302 EXPECT_EQ(kCookieValue, cookie_value); in on_reset()
1308 int cookie_value = *static_cast<int*>(cookie); in on_destruction() local
1309 EXPECT_EQ(kCookieValue, cookie_value); in on_destruction()