Home
last modified time | relevance | path

Searched refs:a_raw (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/tests/intrusive_shared_ptr_src/
H A Dswap.cpp23 T* a_raw = a.get(); in tests() local
32 CHECK(b.get() == a_raw); in tests()
39 T* a_raw = a.get(); in tests() local
47 CHECK(b.get() == a_raw); in tests()
82 T* a_raw = a.get(); in tests() local
89 CHECK(a.get() == a_raw); in tests()