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