Home | History | Annotate | Download | only in ADT

Lines Matching defs:KeyT

80 /// @tparam KeyFunctorT A functor that computes an unsigned index from KeyT.
121 typedef typename KeyFunctorT::argument_type KeyT;
127 SparseSetValFunctor<KeyT, ValueT, KeyFunctorT> ValIndexOf;
375 iterator find(const KeyT &Key) {
379 const_iterator find(const KeyT &Key) const {
386 size_type count(const KeyT &Key) const {
395 bool contains(const KeyT &Key) const {
400 iterator getHead(const KeyT &Key) { return find(Key); }
401 iterator getTail(const KeyT &Key) {
411 RangePair equal_range(const KeyT &K) {
482 void eraseAll(const KeyT &K) {