Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp1217 void CompOrigWptrAndTarWptr001(const wptr<T1> &origWptr, const wptr<T2> &tarWptr, int value, benchmark::State& state) in CompOrigWptrAndTarWptr001() argument
1219 AssertEqual(static_cast<void *>(origWptr.GetRefPtr()), static_cast<void *>(tarWptr.GetRefPtr()), in CompOrigWptrAndTarWptr001()
1220 "testOrigWptrObject.GetRefPtr() did not equal tarWptr.GetRefPtr()", state); in CompOrigWptrAndTarWptr001()
1222 AssertEqual(static_cast<void *>(&(*origWptr)), static_cast<void *>(&(*tarWptr)), in CompOrigWptrAndTarWptr001()
1223 "&(*testOrigWptrObject) did not equal &(*tarWptr)", state); in CompOrigWptrAndTarWptr001()
1225 AssertEqual(tarWptr->GetWptrRefCount(), origWptr->GetWptrRefCount(), in CompOrigWptrAndTarWptr001()
1226 "tarWptr->GetWptrRefCount() did not equal testOrigWptrObject->GetWptrRefCount()", state); in CompOrigWptrAndTarWptr001()
1228 AssertEqual(tarWptr.GetWeakRefCount(), origWptr.GetWeakRefCount(), in CompOrigWptrAndTarWptr001()
1229 "tarWptr.GetWeakRefCount() did not equal testOrigWptrObject.GetWeakRefCount()", state); in CompOrigWptrAndTarWptr001()
1231 AssertEqual(tarWptr in CompOrigWptrAndTarWptr001()
1246 CompOrigSptrAndTarWptr002(const sptr<T1> &origSptr, const wptr<T2> &tarWptr, int value, benchmark::State& state) CompOrigSptrAndTarWptr002() argument
[all...]

Completed in 3 milliseconds