Home | History | Annotate | Download | only in fst

Lines Matching defs:Pair

23 //   value pair as a initialized member variable to avoide
62 typedef pair<K, W> Pair;
190 inline void Push(const Pair &p, bool default_value_check = true) {
217 // where the weight is a single key,val pair.
218 Pair first_;
219 list<Pair> rest_;
228 typedef typename SparseTupleWeight<W, K>::Pair Pair;
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_; }
258 const Pair &first_;
259 const list<Pair> & rest_;
261 typename list<Pair>::const_iterator iter_;