Searched defs:item (Results 1 – 2 of 2) sorted by relevance
154 inline bool Add(const T& item) in Add()172 inline bool TryPopOldest(T & item) in TryPopOldest()189 inline bool TryPopNewest(T & item) in TryPopNewest()255 const T& item = itemArray[i]; in Add() local270 bool TryPopOldest(T & item) in TryPopOldest()284 bool TryPopNewest(T & item) in TryPopNewest()
96 void Push(T && item) in Push()