Searched defs:v2_def (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h275 const W& v2_def = w2.DefaultValue(); local
276 ret->SetDefaultValue(operator_mapper.Map(0, v1_def, v2_def));
281 const W& v2 = (w2_it.Done()) ? v2_def : w2_it.Value().second;
287 ret->Push(k1, operator_mapper.Map(k1, v1, v2_def));
300 const W& v2_def = w2.DefaultValue(); local
301 if (v1_def != v2_def) return false;
309 const W& v2 = (w2_it.Done()) ? v2_def : w2_it.Value().second;
315 if (v1 != v2_def) return false;

Completed in 107 milliseconds