Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:ValueT

54   template<class KeyT, class ValueT>
60 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy;
88 ValueT &operator[](const KeyT &Arg) {
94 Vector.push_back(std::make_pair(Arg, ValueT()));
101 insert(const std::pair<KeyT, ValueT> &InsertPair) {