Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlexicographic-weight.h44 using PairWeight<W1, W2>::SetValue1;
66 SetValue1(W1::NoWeight()); in LexicographicWeight()
Dpair-weight.h111 void SetValue1(const W1 &w) { value1_ = w; } in SetValue1() function