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

/art/compiler/utils/
H A Dintrusive_forward_list.h33 struct IntrusiveForwardListHook { struct in namespace:art
34 IntrusiveForwardListHook() : next_hook(nullptr) { } function in struct:art::IntrusiveForwardListHook
35 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } function in struct:art::IntrusiveForwardListHook
38 IntrusiveForwardListHook(const IntrusiveForwardListHook& other ATTRIBUTE_UNUSED) function in struct:art::IntrusiveForwardListHook
40 IntrusiveForwardListHook& operator=(const IntrusiveForwardListHook& src ATTRIBUTE_UNUSED) {
44 mutable const IntrusiveForwardListHook* next_hook;
48 struct IntrusiveForwardListNode : public IntrusiveForwardListHook {
[all...]

Completed in 131 milliseconds