Searched defs:IntrusiveForwardListHook (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/utils/
H A Dintrusive_forward_list.h31 struct IntrusiveForwardListHook { struct in namespace:art
32 IntrusiveForwardListHook() : next_hook(nullptr) { } function in struct:art::IntrusiveForwardListHook
33 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } function in struct:art::IntrusiveForwardListHook
36 IntrusiveForwardListHook(const IntrusiveForwardListHook& other ATTRIBUTE_UNUSED) function in struct:art::IntrusiveForwardListHook
38 IntrusiveForwardListHook& operator=(const IntrusiveForwardListHook& src ATTRIBUTE_UNUSED) {
42 mutable const IntrusiveForwardListHook* next_hook;
45 template <typename T, IntrusiveForwardListHook
[all...]

Completed in 4 milliseconds