Searched refs:kTestStringLength (Results 1 – 1 of 1) sorted by relevance
14 constexpr size_t kTestStringLength = sizeof(kTestString); variable43 REPORTER_ASSERT(reporter, 0 == memcmp(ptr, kTestString, kTestStringLength)); in test_dm()48 std::unique_ptr<SkDiscardableMemory> dm(SkDiscardableMemory::Create(kTestStringLength)); in DEF_TEST()57 std::unique_ptr<SkDiscardableMemory> dm(pool->create(kTestStringLength)); in DEF_TEST()