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

  /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) {
  /tools/dexter/slicer/export/slicer/
intrusive_list.h 29 class IntrusiveList {
71 IntrusiveList() = default;
72 ~IntrusiveList() = default;
74 IntrusiveList(const IntrusiveList&) = delete;
75 IntrusiveList& operator=(const IntrusiveList&) = delete;

Completed in 105 milliseconds