Home | History | Annotate | Download | only in Scalar

Lines Matching refs:KeyT

57   template<class KeyT, class ValueT>
60 typedef DenseMap<KeyT, size_t> MapTy;
64 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy;
91 ValueT &operator[](const KeyT &Arg) {
104 insert(const std::pair<KeyT, ValueT> &InsertPair) {
116 const_iterator find(const KeyT &Key) const {
126 void blot(const KeyT &Key) {
129 Vector[It->second].first = KeyT();