Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_cookie.h19 static constexpr unsigned char kCookieValue[kCookieSize] = { variable
28 DCHECK(*cookie_ptr == kCookieValue[i]); in PartitionCookieCheckValue()
64 *cookie_ptr = kCookieValue[i]; in PartitionCookieWriteValue()
/external/protobuf/src/google/protobuf/
Darena_unittest.cc1388 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::ArenaHooksTestUtil
1422 const int ArenaHooksTestUtil::kCookieValue; member in google::protobuf::ArenaHooksTestUtil