Searched refs:origSptr (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/ |
H A D | refbase_benchmark_test.cpp | 1246 void CompOrigSptrAndTarWptr002(const sptr<T1> &origSptr, const wptr<T2> &tarWptr, int value, benchm… in CompOrigSptrAndTarWptr002() argument 1248 AssertEqual(static_cast<void *>(origSptr.GetRefPtr()), static_cast<void *>(tarWptr.GetRefPtr()), in CompOrigSptrAndTarWptr002() 1251 AssertEqual(static_cast<void *>(&(*origSptr)), static_cast<void *>(&(*tarWptr)), in CompOrigSptrAndTarWptr002() 1254 AssertEqual(tarWptr->GetSptrRefCount(), origSptr->GetSptrRefCount(), in CompOrigSptrAndTarWptr002() 1257 AssertEqual(tarWptr->GetWptrRefCount(), origSptr->GetWptrRefCount(), in CompOrigSptrAndTarWptr002()
|