Home
last modified time | relevance | path

Searched defs:IntrusiveForwardListHook (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dintrusive_forward_list.h33 struct IntrusiveForwardListHook { struct
34 IntrusiveForwardListHook() : next_hook(nullptr) { } in IntrusiveForwardListHook() argument
35 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } in IntrusiveForwardListHook() argument
38 IntrusiveForwardListHook(const IntrusiveForwardListHook& other ATTRIBUTE_UNUSED) in IntrusiveForwardListHook() argument
44 mutable const IntrusiveForwardListHook* next_hook; argument