Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:KeyT

54   template<class KeyT, class ValueT>
57 typedef DenseMap<KeyT, size_t> MapTy;
60 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy;
88 ValueT &operator[](const KeyT &Arg) {
101 insert(const std::pair<KeyT, ValueT> &InsertPair) {
113 iterator find(const KeyT &Key) {
119 const_iterator find(const KeyT &Key) const {
128 void blot(const KeyT &Key) {
131 Vector[It->second].first = KeyT();