Searched refs:StaticRefPtrTestTraits (Results 1 – 1 of 1) sorted by relevance
428 struct StaticRefPtrTestTraits { struct455 using StaticCountedRefPtrTestTraits = StaticRefPtrTestTraits<LockType, true>;594 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticRefPtrTestTraits<MutexLock>::AllocTraits, 1);598 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticRefPtrTestTraits<NullLock>::AllocTraits, 1);630 RUN_NAMED_TEST("Static RefPtr (unlock)", (static_slab_test<StaticRefPtrTestTraits<NullLock>>))634 RUN_NAMED_TEST("Static RefPtr (mutex)", (static_slab_test<StaticRefPtrTestTraits<MutexLock>>))638 RUN_NAMED_TEST("Static RefPtr (unlock)", (static_slab_test<StaticRefPtrTestTraits<NullLock>>))676 <StaticRefPtrTestTraits<NullLock, true>>))683 <StaticRefPtrTestTraits<MutexLock, true>>))690 <StaticRefPtrTestTraits<NullLock, true>>))
Completed in 6 milliseconds