Home | History | Annotate | Download | only in fst

Lines Matching refs:k1

278     const K& k1 = (w1_it.Done()) ? w2_it.Value().first : w1_it.Value().first;
282 if (k1 == k2) {
283 ret->Push(k1, operator_mapper.Map(k1, v1, v2));
286 } else if (k1 < k2) {
287 ret->Push(k1, operator_mapper.Map(k1, v1, v2_def));
306 const K& k1 = (w1_it.Done()) ? w2_it.Value().first : w1_it.Value().first;
310 if (k1 == k2) {
314 } else if (k1 < k2) {