Home
last modified time | relevance | path

Searched refs:SetValue_ (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Dmutable-fst.h163 void SetValue(const A &arc) { SetValue_(arc); } // Set current arc's content in SetValue()
166 virtual void SetValue_(const A &arc) = 0;
Dvector-fst.h708 virtual void SetValue_(const A &a) { SetValue(a); } in SetValue_() function
Dcache.h847 virtual void SetValue_(const Arc &a) { SetValue(a); } in SetValue_() function