Home
last modified time | relevance | path

Searched defs:pt (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/include/
Dsafe_queue.h68 void Push(const T& pt) in Push()
90 bool Pop(T& pt) in Pop()
116 void DoPush(const T& pt) override in DoPush()
125 bool DoPop(T& pt) override in DoPop()
149 void DoPush(const T& pt) override in DoPush()
158 bool DoPop(T& pt) override in DoPop()