HomeSort by relevance Sort by last modified time
    Searched defs:_SList (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
182 _SList::_SList() :
190 _SList::empty()
196 _SList::~_SList()
205 inline _SList::ListElem *
206 _SList::first() const
214 _SList::advance()
227 _SList::retreat(
    [all...]
list_def.h 37 // DO NOT USE THE _DList/_SList classes directly, they only provide base
50 //lint -esym(1512, _SList)
55 //lint -esym(1509, _SList)
240 // _SList - Singly Linked List
242 // Or IntrList<T, _SList> below
243 class _SList {
246 friend class _SList;
275 _SList();
278 ~_SList();
284 void split(_SList&)
    [all...]

Completed in 300 milliseconds