Home
last modified time | relevance | path

Searched refs:SetValue2 (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dlexicographic-weight.h45 using PairWeight<W1, W2>::SetValue2;
71 SetValue2(W2::NoWeight()); in LexicographicWeight()
Dpair-weight.h112 void SetValue2(const W2 &w) { value2_ = w; } in SetValue2() function