Home
last modified time | relevance | path

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

/art/libartbase/base/
Dintrusive_forward_list.h137 typedef HookTraits hook_traits; typedef
143 typedef IntrusiveForwardListIterator< T, hook_traits> iterator;
144 typedef IntrusiveForwardListIterator<const T, hook_traits> const_iterator;
196 const IntrusiveForwardListHook* new_hook = hook_traits::GetHook(&value); in insert_after()