Lines Matching refs:T
64 template <class T, class Hash, class Equal>
99 bool Insert(const T& t) { in Insert()
114 bool Find(const T& t, T* ret, port::RWMutex** ret_lock) { in Find()
135 bool Erase(const T& t, T* ret) { in Erase()
149 port::RWMutex* GetMutex(const T& t) { in GetMutex()
157 void Clear(void (*fn)(T)) { in Clear() argument
171 std::list<T> list_;
175 typename std::list<T>::iterator Find(std::list<T>* list, const T& t) { in Find()
184 bool Insert(Bucket* bucket, const T& t) { in Insert()
196 bool Find(Bucket* bucket, const T& t, T* ret) { in Find()
207 bool Erase(Bucket* bucket, const T& t, T* ret) { in Erase()