Lines Matching refs:Pair
62 typedef pair<K, W> Pair; typedef
190 inline void Push(const Pair &p, bool default_value_check = true) {
218 Pair first_;
219 list<Pair> rest_;
228 typedef typename SparseTupleWeight<W, K>::Pair Pair; typedef
229 typedef typename list<Pair>::const_iterator const_iterator;
230 typedef typename list<Pair>::iterator iterator;
243 const Pair& Value() const { return init_ ? first_ : *iter_; } in Value()
258 const Pair &first_;
259 const list<Pair> & rest_;
261 typename list<Pair>::const_iterator iter_;