Home
last modified time | relevance | path

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

/third_party/skia/tests/
DDiscardableMemoryTest.cpp18 constexpr size_t kTestStringLength = sizeof(kTestString); variable
47 REPORTER_ASSERT(reporter, 0 == memcmp(ptr, kTestString, kTestStringLength)); in test_dm()
52 std::unique_ptr<SkDiscardableMemory> dm(SkDiscardableMemory::Create(kTestStringLength)); in DEF_TEST()
61 std::unique_ptr<SkDiscardableMemory> dm(pool->create(kTestStringLength)); in DEF_TEST()