Lines Matching refs:Push
75 Push(*it); in SparseTupleWeight()
81 Push(key, w); in SparseTupleWeight()
92 Push(it.Value()); in SparseTupleWeight()
127 Push(it.Value());
154 w.Push(it.Value().first, it.Value().second.Quantize(delta));
162 w.Push(it.Value().first, it.Value().second.Reverse()); in Reverse()
186 inline void Push(const K &k, const W &w, bool default_value_check = true) {
187 Push(make_pair(k, w), default_value_check);
190 inline void Push(const Pair &p, bool default_value_check = true) {
283 ret->Push(k1, operator_mapper.Map(k1, v1, v2)); in SparseTupleWeightMap()
287 ret->Push(k1, operator_mapper.Map(k1, v1, v2_def)); in SparseTupleWeightMap()
290 ret->Push(k2, operator_mapper.Map(k2, v1_def, v2)); in SparseTupleWeightMap()
478 w.Push(p, r); in ReadNoParen()
617 w.Push(p, r); in ReadWithParen()