OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPendingWriteCnt_TestOnly
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
ProxyRefTest.cpp
37
int32_t GrIORefProxy::
getPendingWriteCnt_TestOnly
() const {
56
REPORTER_ASSERT(reporter, proxy->
getPendingWriteCnt_TestOnly
() == expectedNumWrites);
61
SkASSERT(proxy->
getPendingWriteCnt_TestOnly
() == expectedNumWrites);
/external/skqp/tests/
ProxyRefTest.cpp
37
int32_t GrIORefProxy::
getPendingWriteCnt_TestOnly
() const {
56
REPORTER_ASSERT(reporter, proxy->
getPendingWriteCnt_TestOnly
() == expectedNumWrites);
61
SkASSERT(proxy->
getPendingWriteCnt_TestOnly
() == expectedNumWrites);
Completed in 1260 milliseconds