Lines Matching refs:Rec
74 struct Rec { struct
77 Rec() {} in Rec() argument
78 virtual ~Rec() {} in ~Rec() argument
106 Rec* fNext; argument
107 Rec* fPrev; argument
118 typedef const Rec* ID; argument
130 typedef bool (*FindVisitor)(const Rec&, void* context);
153 static void Add(Rec*, void* payload = nullptr);
155 typedef void (*Visitor)(const Rec&, void* context);
221 void add(Rec*, void* payload = nullptr);
261 Rec* fHead;
262 Rec* fTail;
280 void moveToHead(Rec*);
281 void addToHead(Rec*);
282 void release(Rec*);
283 void remove(Rec*);