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

  /ohac/ohac/usr/src/common/cl/sys/
list_def_in.h 36 // This include supports ASSERTs in the destructors for _DList and _SList
41 _DList::_DList() :
49 _DList::empty()
55 _DList::~_DList()
64 inline _DList::ListElem *
65 _DList::first() const
72 _DList::advance()
85 _DList::retreat(
    [all...]
list_def.h 37 // DO NOT USE THE _DList/_SList classes directly, they only provide base
49 //lint -esym(1512, _DList)
54 //lint -esym(1509, _DList)
93 // _DList - the class supports a doubly linked list of "ListElem"s.
95 // Or IntrList<T, _DList> below
97 class _DList {
100 friend class _DList;
131 _DList();
134 ~_DList();
140 void split(_DList&)
    [all...]

Completed in 300 milliseconds