Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena_unittest.cc1288 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::ArenaHooksTestUtil
1324 const int ArenaHooksTestUtil::kCookieValue; member in google::protobuf::ArenaHooksTestUtil
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h226 static const unsigned char kCookieValue[kCookieSize] = { variable
543 *cookie_ptr = kCookieValue[i]; in PartitionCookieWriteValue()
551 DCHECK(*cookie_ptr == kCookieValue[i]); in PartitionCookieCheckValue()