Home
last modified time | relevance | path

Searched refs:fNumBlocksAllocated (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DDequeTest.cpp76 int fNumBlocksAllocated; member in DequeUnitTestHelper
79 fNumBlocksAllocated = deq.numBlocksAllocated(); in DequeUnitTestHelper()
89 REPORTER_ASSERT(reporter, 1 == helper.fNumBlocksAllocated); in assert_blocks()
95 expected == helper.fNumBlocksAllocated || in assert_blocks()
96 expected+1 == helper.fNumBlocksAllocated); in assert_blocks()

Completed in 2 milliseconds