HomeSort by relevance Sort by last modified time
    Searched defs:IntrusiveList (Results 1 - 3 of 3) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/util/
ilist.h 28 // An IntrusiveList is a generic implementation of a doubly-linked list. The
37 // using List = IntrusiveList<Node>;
39 // You can also inherit from IntrusiveList instead of a typedef if you want to
49 class IntrusiveList {
57 inline IntrusiveList();
60 IntrusiveList(IntrusiveList&&);
64 virtual ~IntrusiveList();
67 IntrusiveList& operator=(IntrusiveList&&)
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
ilist.h 28 // An IntrusiveList is a generic implementation of a doubly-linked list. The
37 // using List = IntrusiveList<Node>;
39 // You can also inherit from IntrusiveList instead of a typedef if you want to
49 class IntrusiveList {
57 inline IntrusiveList();
60 IntrusiveList(IntrusiveList&&);
64 virtual ~IntrusiveList();
67 IntrusiveList& operator=(IntrusiveList&&)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 29 struct IntrusiveList {
78 void append_front(IntrusiveList<Item> *l) {
92 void append_back(IntrusiveList<Item> *l) {

Completed in 401 milliseconds