OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocCntForTest
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
TArrayTest.cpp
222
template <typename T, bool MEM_MOVE> int SkTArray<T, MEM_MOVE>::
allocCntForTest
() const {
229
REPORTER_ASSERT(reporter, a.
allocCntForTest
() == 0);
233
REPORTER_ASSERT(reporter, a.
allocCntForTest
() == 10);
237
REPORTER_ASSERT(reporter, a.
allocCntForTest
() >= 1);
242
REPORTER_ASSERT(reporter, b.
allocCntForTest
() == 0);
248
REPORTER_ASSERT(reporter, b.
allocCntForTest
() == 0);
253
REPORTER_ASSERT(reporter, b.
allocCntForTest
() == 0);
258
REPORTER_ASSERT(reporter, b.
allocCntForTest
() == 0);
263
REPORTER_ASSERT(reporter, b.
allocCntForTest
() == 0);
268
REPORTER_ASSERT(reporter, b.
allocCntForTest
() == 0)
[
all
...]
/external/skia/include/private/
SkTArray.h
379
inline int
allocCntForTest
() const;
Completed in 176 milliseconds